Kubernetes Categories: Kubernetes Commandline kubectl create -f <pod-definition.yaml> kubectl apply -f <pod-definition.yaml> kubectl delete pod <pod-name> kubectl get pods kubectl describe pods kubectl describe pod <pod-name> kubectl port-forward <pod-name> 8080:80 kubectl exec -it <pod-name> -- bash Why Kubernetes? https://stackoverflow.blog/2021/07/21/why-you-should-build-on-kubernetes-from-day-one/ Why not? https://pythonspeed.com/articles/dont-need-kubernetes/ Deployment Strategies https://blog.container-solutions.com/kubernetes-deployment-strategies Templating with Kustomize https://blog.stack-labs.com/code/kustomize-101/ Security https://media.defense.gov/2021/Aug/03/2002820425/-1/-1/1/CTR_KUBERNETES%20HARDENING%20GUIDANCE.PDF https://blog.gitguardian.com/how-to-improve-your-docker-containers-security-cheat-sheet/ https://github.com/armosec/kubescape Naming Conventions https://stepan.wtf/cloud-naming-convention/Lessons More https://thehftguy.com/2016/11/01/docker-in-production-an-history-of-failure/ https://blog.gougousis.net/file-permissions-the-painful-side-of-docker/ https://vsupalov.com/rebuilding-docker-image-development/ https://marcusnoble.co.uk/2021-09-01-migrating-from-docker-to-podman/ Previous Post << >> Next Post