Kubernetes - kylessukaichang/kylessukaichang.github.io GitHub Wiki
- also known as K8s
- an open-source system for containerized applications.
- automating deployment
- scaling
- management
Learning environment
- Install Tools
- kubectl
- to run commands against Kubernetes clusters.
- to deploy applications
- cluster resources
- view logs
- kind
- to run Kubernetes on your local computer.
- requires
- minikube
- to run Kubernetes locally.
- to run a single-node Kubernetes cluster on your personal computer
- try out Kubernetes
- for daily development work.
- kubeadm
- to create and manage Kubernetes clusters.
- to perform the actions necessary to get up and running in a user friendly way.
- a minimum viable
- secure cluster
- Create a Kubernetes cluster
- Deploy an app
- Explore your app
- Expose your app publicly
- Scale up your app
- Update your app