Summary: Running an Application on Kubernetes
Understand how to deploy containerized applications on Kubernetes by wrapping them in Pods and connecting them using Services. Learn to apply YAML configurations and inspect Kubernetes objects through kubectl commands to manage your application deployments.
We'll cover the following...
We'll cover the following...
Recap
In this chapter, we learned that containerized apps must be wrapped in Pods if they want to run on ...