7 CI/CD Concepts You Must Know
Discover key continuous integration and continuous delivery (CI/CD) concepts: continuous deployment, the CI/CD pipeline, and more.
Read Article >Discover key continuous integration and continuous delivery (CI/CD) concepts: continuous deployment, the CI/CD pipeline, and more.
Read Article >The key difference is that in GitOps software changes are not pushed directly to production. They are updated in Git, “pulled” and synchronized with a live environment.
Read Article >Discover several ways to implement blue/green deployment using popular Amazon services, and methods Amazon provides for blue/green traffic routing.
Read Article >Understand how rolling deployments work, how to define them in Kubernetes, and how they compare to blue/green and canary deployments.
Read Article >Learn how modern teams are practicing CI/CD in Kubernetes environments using GitOps principles.
Read Article >Learn about top kubernetes deployment strategies like rolling deployment, blue/green, and canary deployment, and how to choose the strategy that suits your needs.
Read Article >Understand Kubernetes Deployment object YAML and see examples of all common configuration options.
Read Article >Understand the differences between continuous delivery and continuous deployment, learn critical best practices of each, and discover which one is right for you.
Read Article >Understand the stages of a continuous delivery pipeline and discover critical best practices for making your pipelines more effective.
Read Article >Understand microservices testing challenges, the microservices test pyramid, and testing strategies such as shared testing and stubbed services.
Read Article >