Kubernetes terminology:
- Pods
- Group of containers, and is the smallest unit that Kubenetes adminsters. Pods have a single IP address that is applied to every container withiun the pod. ner.
- Deployments
- Define the scale at which you want to run your application by letting you set the details of how you would like the pods replicated on your Kubenertes pods.
- Services
- Kubernetes doesn’t treat its pods as unique, long-running instances; if a pod encounters an issue and dies, it’s Kubernetes’ job to replace it so that the application doesn’t experience any downtime.