Deployment

To create a pod you would need:
  • an image of operating system (to run inside a container)
  • image should likely include our application
  • instruction describing container creation
This (and more) is called a deployment.

Comments

Popular posts from this blog

Kubernetes cluster