8 Kubernetes-native continuous delivery and Secrets
This chapter covers
- Introducing continuous delivery and deployment methodology
- Implementing a Kubernetes-native continuous deployment pipeline using GitOps methodology
- Showing ArgoCD as a Kubernetes-native solution for implementing GitOps
In the previous chapter, you saw how to manage secrets during the CI phase, build the application, create a container image, and publish it to the container registry. But the service is neither deployed nor released yet to the Kubernetes cluster. In this chapter you’ll see how to deliver the application securely.
In this chapter, you’ll see how to use continuous deployment and GitOps methodology to deploy and release services to a Kubernetes cluster, using ...
Get Kubernetes Secrets Management now with the O’Reilly learning platform.
O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.