EBOOK

GitOps and Kubernetes

Continuous Deployment with Argo CD, Jenkins X, and Flux

Billy Yuen
(0)
Pages
344
Year
2021
Language
English

About

GitOps and Kubernetes introduces a radical idea-managing your infrastructure with the same Git pull requests you use to manage your codebase. In this in-depth tutorial, you'll learn to operate infrastructures based on powerful-but-complex technologies such as Kubernetes with the same Git version control tools most developers use daily. With these GitOps techniques and best practices, you'll accelerate application development without compromising on security, easily roll back infrastructure changes, and seamlessly introduce new team members to your automation process.

About the technology

With GitOps you use the Git version control system to organize and manage your infrastructure just like any other codebase. It's an excellent model for applications deployed as containers and pods on Kubernetes.

What's inside
Managing secrets the GitOps way
Controlling access with Git, Kubernetes, and Pipeline
Branching, namespaces, and configuration

Table of Contents
PART 1 -BACKGROUND
1 Why GitOps?
2 Kubernetes & GitOps
PART 2 -PATTERNS & PROCESSES
3 Environment Management
4 Pipelines
5 Deployment Strategies
6 Access Control & Security
7 Secrets
8 Observability
PART 3 -TOOLS
9 Argo CD
10 Jenkins X
11 Flux

Related Subjects

Artists