Using Kubernetes
Kubernetes Environment
Local Environment
If you want to build a learning environment locally, you need to install minikube. Refer to the document below for installation.
Using Kubernetes without Installation
The following sites let you use Kubernetes on the web. If setting up a local environment is inconvenient, you can use one of these sites.
Katacoda Kubernetes PlaygroundAvailable immediately with Master and node1 configured- The site was closed on June 15, 2022
- Play with Kubernetes
- Provided by Docker. Log in with a Docker Hub account or GitHub account.
- Available for 4 hours. You can use it after configuring the Master and worker nodes yourself.
Kubernetes Tools Provided by Cloud Services
- Google Kubernetes Engine (GKE)
- Amazon Elastic Kubernetes Service (EKS)
- Azure Kubernetes Service (AKS)
Installing Kubernetes with kubeadm - On-premises
- Docker Install
- It must be installed on every Master and Node system.
- Install Docker Desktop on Linux | official documentation
- Kubernetes Install
- Configure the environment before installation
- Install kubeadm, kubectl, and kubelet
- Configure the control plane
- Configure worker nodes
- Verify the installation