Bookmarks
Tag cloud
Picture wall
Daily
RSS Feed
  • RSS Feed
  • Daily Feed
  • Weekly Feed
  • Monthly Feed
Filters

Links per page

  • 20 links
  • 50 links
  • 100 links

Filters

Untagged links
18 results tagged devops  ✕   ✕
Simplenetes https://github.com/simplenetes-io
Tue 21 Sep 2021 12:04:43 PM PDT archive.org

Github org for Simplenetes, a full implementation of Kubernetes with shell scripts. Does not require root.

orchestration k8s shell cli devops docker containers
p8952/bocker https://github.com/p8952/bocker
Tue 21 Sep 2021 10:14:26 AM PDT archive.org

Docker re-implemented as a 100 line shell script.

docker sysadmin cli script devops
GitHub - GoogleContainerTools/distroless https://github.com/GoogleContainerTools/distroless
Sun 20 Dec 2020 12:37:43 PM PST archive.org

Language focused docker images, minus the operating system. Put a statically linked binary in there and fire it up. Designed with Go in mind.

docker containers minimalist sysadmin devops golang
GitHub - steeve85/tfviz: Visualize your Terraform files https://github.com/steeve85/tfviz
Thu 24 Sep 2020 12:35:57 PM PDT archive.org

tfviz analyzes Terraform deployment files and generates maps which depict what it's going to do in production. Right now it only works with AWS environments.

golang devops cli visualization networks mapping sysadmin documentation
jesseduffield/lazydocker: The lazier way to manage everything docker https://github.com/jesseduffield/lazydocker
Sun 30 Jun 2019 08:10:33 PM PDT archive.org

A simple terminal UI for docker and docker-compose. Written in Go, has a full text-based UI for monitoring and exploring your containers. Tries to make it easier to work with Docker and docker-compose. Keeps everything in a single terminal window with shortcuts for common Docker commands. You can add custom commands, too. Seems to also support mousing around.

docker tui golang admin monitoring debugging devops
gruntwork-io/cloud-nuke: A tool for cleaning up your cloud accounts by nuking (deleting) all resources within it https://github.com/gruntwork-io/cloud-nuke
Wed 12 Jun 2019 01:58:32 PM PDT archive.org

This repo contains a CLI tool to delete all cloud (AWS, Azure, GCP) resources in an account. cloud-nuke was created for situations when you might have an account you use for testing and need to clean up leftover resources so you're not charged for them. Also great for cleaning out accounts with redundant resources.

tools cli devops work cloud assets delete
DevSec Hardening Framework https://github.com/dev-sec
Tue 07 May 2019 04:13:40 PM PDT archive.org

A number of Github repos of code meant to be used to harden servers in various ways prior to deployment.

devops tools hardening infosec ansible chef puppet cisbenchmarks
rancher/k3s: Lightweight Kubernetes. 5 less than k8s. https://github.com/rancher/k3s
Tue 12 Mar 2019 12:08:09 PM PDT archive.org

k3s is intended to be a fully compliant Kubernetes distribution with the following changes:

Legacy, alpha, non-default features are removed. Hopefully, you shouldn't notice the stuff that has been removed.
Removed most in-tree plugins (cloud providers and storage plugins) which can be replaced with out of tree addons.
Add sqlite3 as the default storage mechanism. etcd3 is still available, but not the default.
Wrapped in simple launcher that handles a lot of the complexity of TLS and options.
Minimal to no OS dependencies (just a sane kernel and cgroup mounts needed). k3s packages required dependencies

devops containers lightweight linux golang docker
terra-farm/terraform-provider-virtualbox: VirtualBox provider for Terraform https://github.com/terra-farm/terraform-provider-virtualbox
Mon 25 Feb 2019 04:39:39 PM PST archive.org

A Terraform provider for Virtualbox.

golang tools providers terraform devops virtualbox module
vishnubob/wait-for-it: Pure bash script to test and wait on the availability of a TCP host and port https://github.com/vishnubob/wait-for-it
Fri 25 Jan 2019 02:44:29 PM PST archive.org

wait-for-it.sh is a pure bash script that will wait on the availability of a host and TCP port. It is useful for synchronizing the spin-up of interdependent services, such as linked docker containers. Since it is a pure bash script, it does not have any external dependencies.

devops services ports monitoring dependencies utility script exocortex
hjacobs/kubernetes-failure-stories: Compilation of public failure/horror stories related to Kubernetes https://github.com/hjacobs/kubernetes-failure-stories/
Tue 22 Jan 2019 10:50:34 AM PST archive.org

A compiled list of links to public failure stories related to Kubernetes. Most recent publications on top.

devops kubernetes k8s cases failures
petermbenjamin/awesome-podcasts: ๐Ÿ˜Ž Curated list of awesome programming podcasts, organized alphabetically & topically https://github.com/petermbenjamin/awesome-podcasts
Mon 07 May 2018 10:58:37 AM PDT archive.org
github directory awesome podcasts development programming python golang devops news
Amazon EC2 Instance Comparison https://ec2instances.info/
Tue 03 Apr 2018 11:40:42 AM PDT archive.org
amazon aws ec2 cloudcomputing comparisons chart it devops
Just Enough Ruby for Chef โ€” Chef Docs http://docs.opscode.com/just_enough_ruby_for_chef.html
Tue 20 Mar 2018 12:28:27 AM PDT archive.org

A page that teaches you just enough Ruby to let you use Chef.

sysadmin overview documentation devops chef ruby style
Default ssh Usernames For Connecting To EC2 Instances ยท Alestic.com https://alestic.com/2014/01/ec2-ssh-username/
Tue 20 Mar 2018 12:20:46 AM PDT archive.org

A list of default usernames for Linux AMI's in Amazon's EC2.

  • Amazon Linux - ec2-user
  • Ubuntu - ubuntu, root
  • Debian - admin, root
  • RHEL 6.4 and later - ec2-user
  • RHEL 6.3 and earlier - root
  • Fedora - fedora, ec2-user, root
  • Centos - centos, root
  • SUSE- ec2-user, root
  • BitNami - bitnami
  • TurnKey - root
  • NanoStack - ubuntu
  • FreeBSD - ec2-user
  • OmniOS - root
ami aws devops sysadmin accounts ec2 linux ssh
Language: Relationships and ordering โ€” Documentation โ€” Puppet https://docs.puppet.com/puppet/latest/lang_relationships.html
Mon 19 Mar 2018 11:55:02 PM PDT archive.org

How to specify relationships between files and packages in puppet.

howto devops sysadmin puppet orchestration packages
mitchellh/vagrant https://github.com/mitchellh/vagrant
Mon 19 Mar 2018 05:53:56 PM PDT archive.org

Vagrant is a utility for automating the deployment of virtualized environments using VirtualBox v4.x. It helps create and configure lightweight, portable virtual instances in a reproducable (i.e., scriptable) fashion. Written in Ruby.

devops servers virtualization deployment automation ruby virtualbox
Fabric http://fabfile.org/
Mon 19 Mar 2018 05:31:16 PM PDT archive.org

Fabric is a Python module which lets you write scripts in Python that carry out just about any administrative task you might need to carry out without having to fuss with os.shell(), .popen(), or anything else. SSH's into a system (even localhost) and does what you tell it to.

python devops automation sysadmin foss deployment tools ssh
4223 links, including 281 private
Shaarli - The personal, minimalist, super-fast, database free, bookmarking service by the Shaarli community - Theme by kalvn