Cloud Certifications
Kubernetes architecture
Managing Docker images
Other public registries
Troubleshooting pods
Using port forwarding – Container Orchestration with Kubernetes
Important tips Set imagePullPolicy to IfNotPresent unless you have a strong reason for using Always or Never. This will ensure that your containers boot up quickly and you don’t download…