Search icon CANCEL
Arrow left icon
Explore Products
Best Sellers
New Releases
Books
Videos
Audiobooks
Learning Hub
Conferences
Free Learning
Arrow right icon
Arrow up icon
GO TO TOP
Implementing GitOps with Kubernetes

You're reading from   Implementing GitOps with Kubernetes Automate, manage, scale, and secure infrastructure and cloud-native applications on AWS and Azure

Arrow left icon
Product type Paperback
Published in Aug 2024
Publisher Packt
ISBN-13 9781835884225
Length 444 pages
Edition 1st Edition
Languages
Tools
Arrow right icon
Authors (2):
Arrow left icon
Artem Lajko Artem Lajko
Author Profile Icon Artem Lajko
Artem Lajko
Pietro Libro Pietro Libro
Author Profile Icon Pietro Libro
Pietro Libro
Arrow right icon
View More author details
Toc

Table of Contents (21) Chapters Close

Preface 1. Part 1: Understanding GitOps via Uncomplicated Orchestrations/ Kubernetes FREE CHAPTER
2. Chapter 1: An Introduction to GitOps 3. Chapter 2: Navigating Cloud-native Operations with GitOps 4. Chapter 3: Version Control and Integration with Git and GitHub 5. Chapter 4: Kubernetes with GitOps Tools 6. Part 2: Harnessing Advanced Orchestrations, Culture, and Control in GitOps Practices
7. Chapter 5: GitOps at Scale and Multitenancy 8. Chapter 6: GitOps Architectural Designs and Operational Control 9. Chapter 7: Cultural Transformation in IT for Embracing GitOps 10. Part 3: Hands-on Automating Infrastructure and CI/CD with GitOps
11. Chapter 8: GitOps with OpenShift 12. Chapter 9: GitOps for Azure and AWS Deployments 13. Chapter 10: GitOps for Infrastructure Automation – Terraform and Flux CD 14. Chapter 11: Deploying Real-World Projects with GitOps on Kubernetes 15. Part 4: Operational Excellence Through GitOps Best Practices
16. Chapter 12: Observability with GitOps 17. Chapter 13: Security with GitOps 18. Chapter 14: FinOps, Sustainability, AI, and Future Trends for GitOps 19. Index 20. Other Books You May Enjoy

Exploring Flux CD – enabling CD in Kubernetes

Flux CD automates the application of configurations and updates to a Kubernetes cluster based on changes pushed to a Git repository. This approach not only ensures consistency across environments but also enhances security and auditability by maintaining a clear, version-controlled history of all deployments. Flux continuously monitors a designated Git repository for changes to Kubernetes manifests, Helm charts, or configuration files. When a change is detected, Flux automatically applies these updates to the corresponding Kubernetes cluster. This automation is comprehensive, extending not only to applications but also to the Kubernetes infrastructure itself, enabling entire environments to be managed as code.

Key features of Flux CD include the following:

  • Automated synchronization: Flux regularly checks the Git repository for changes and synchronizes the state of the cluster accordingly
  • Immutable deployments: By treating...
lock icon The rest of the chapter is locked
Register for a free Packt account to unlock a world of extra content!
A free Packt account unlocks extra newsletters, articles, discounted offers, and much more. Start advancing your knowledge today.
Unlock this book and the full library FREE for 7 days
Get unlimited access to 7000+ expert-authored eBooks and videos courses covering every tech area you can think of
Renews at €18.99/month. Cancel anytime