way of Isovalent, makers of Cilium and Tetragon Formerly CoreOS, Heptio/VMware, Rackspace, Kong #GirlDad who loves tacos and coffee, perhaps too much https://harthoover.com
in 2013 EC2 just started supporting custom kernels Linux 3.0 was not out yet Terraform did not exist Go 1.0 had not been released “Config Management” was mostly Bash OpsCode wasn’t Chef, Inc. Netflix Engineering was blogging about building AMIs
“helmsman” or “pilot” Kubernetes is an open source container orchestration engine for automating deployment, scaling, and management of containerized applications.
template: # This is the pod template spec: containers: - name: hello image: busybox:1.28 command: ['sh', '-c', 'echo "Hello, Kubernetes!" && sleep 3600'] restartPolicy: OnFailure # The pod template ends here