Kubernetes
Description
In this task, you're required to create services using Kubernetes. We will use the image files from the previous phase to build our services and use the client container to communicate with the services.
You need to figure out the following concept in the process:
- The relation between
Deployment
,Replica Set
andPod
. - How pod management works in Kubernetes.
- How to expose an application with the
Service
. - The difference between
ClusterIP
,NodePort
, andLoadBalancer
.
Once you have:
- installed Docker
- installed Minikube
- installed Kubectl(Check the version to verify if it's installed)
- and downloaded the required files
you can proceed with the following steps.