Bookmark this page

Summary

  • Deploy stateless applications by using the Deployment or DeploymentConfig resources.

  • You can use a deployment strategy to adjust deployments based on the cluster resources, and your downtime and backwards compatibility requirements.

  • Decouple your application from the environment by storing configuration in secrets and configuration maps.

  • You can inject secrets and configuration maps into pods as environment variables or volumes.

  • Deploy stateful applications, such as databases, by using the StatefulSet resource.

  • Use persistent volume claims to request storage requirements in your applications.

  • Use health checks to monitor the status of your applications.

Revision: do288-4.12-0d49506