Outro
Fun with kube
Where do I learn more?
- Kubernetes docs, especially tasks and tutorials
- Kubernetes the hard way
- https://kube101.jeffgeerling.com/
- https://github.com/jamiehannaford/what-happens-when-k8s
- https://dev.to/duske/how-kubernetes-handles-offline-nodes-53b5
- CKAD (or CKA) v1.22 curriculum
Books
- Kubernetes in Action
- Kubernetes: Up and Running
- https://azure.microsoft.com/en-us/resources/kubernetes-ebook-collection/
- <https://tanzu.s3.us-east-2.amazonaws.com/campaigns/pdfs/kubernetesup%26running.pdf from VMWare
- https://ramitsurana.gitbook.io/awesome-kubernetes/docs/projects/projects
- https://media.defense.gov/2022/Aug/29/2003066362/-1/-1/0/CTR_KUBERNETES_HARDENING_GUIDANCE_1.2_20220829.PDF
Other
- https://kube-score.com/
- https://www.openpolicyagent.org/docs/latest/kubernetes-tutorial/
- https://github.com/kubernetes-sigs/descheduler
- https://www.linkedin.com/pulse/why-my-kubernetes-namespace-stuck-terminating-state-how-mathijssen/
- https://github.com/matti/k8s-node-watchdog
- https://github.com/matti/k8s-node-check
- https://github.com/matti/k8s-nodeflow/blob/main/k8s-nodeflow.sh
- https://github.com/matti/k8s-leader
- https://github.com/matti/k8s-prestop-sidecar
- https://docs.aws.amazon.com/AmazonCloudWatch/latest/monitoring/ContainerInsights-use-kubelet.html
- https://kubernetes.io/docs/concepts/services-networking/topology-aware-hints/
- https://pauldally.medium.com/not-thinking-about-your-rollingupdate-strategy-can-stop-your-deployment-rollouts-cold-57093e122367
krew
- https://github.com/itaysk/kubectl-neat
- https://github.com/ahmetb/kubectl-tree
- https://github.com/ahmetb/kubectx
- https://github.com/chenjiandongx/kubectl-images
- https://github.com/corneliusweig/ketall
- https://github.com/d-kuro/kubectl-fuzzy
- https://github.com/emirozer/kubectl-doctor
- https://github.com/cappyzawa/kubectl-colorize-applied
- https://github.com/etopeter/kubectl-view-utilization
- https://github.com/bmcustodio/kubectl-topology
- https://github.com/micnncim/kubectl-reap
- https://github.com/derailed/popeye
- https://github.com/jdockerty/kubectl-oomd
- https://github.com/kvaps/kubectl-node-shell
- https://github.com/jonnylangefeld/kubectl-mc
- https://github.com/itaysk/kubectl-neat
- https://github.com/boz/kail
- https://github.com/vladimirvivien/ktop
Do I need kubernetes?
Most likely not.
- Kubernetes Can Be Overkill
- Kubernetes Is Complex
- Difficult Transition
- High Total Cost of Ownership
Run containers in somebody elses servers
- https://aws.amazon.com/ecs/
- https://cloud.google.com/run
- https://azure.microsoft.com/en-us/products/container-instances/#overview
- https://www.scaleway.com/en/serverless-signup
- https://www.heroku.com/
- https://fly.io/
Run containers in your servers without kube
You have reached the end of this section!