- Kubernetes, also known as K8s, is an open-source system for automating deployment, scaling, and management of containerized applications.
(Source provided by https://kubernetes.io/docs/concepts/overview/components/)
- Visit https://kubernetes.io/
- Dev/Local environment: https://kubernetes.io/docs/tasks/tools/#kubectl
- Production environment: https://kubernetes.io/docs/setup/production-environment
- Create your own cluster on AWS: https://github.com/tungbq/devops-project/tree/main/projects/create-k8s-cluster-aws-ec2
- Deploy a Production Ready Kubernetes Cluster: https://github.com/kubernetes-sigs/kubespray
- https://kubernetes.io/docs/tutorials/kubernetes-basics/
- https://spacelift.io/blog/kubernetes-tutorial
- Run k8s-helloworld.sh
- Cleanup k8s-helloworld-cleanup.sh after demo comple
- Checkout advanced
- None