Search icon CANCEL
Subscription
0
Cart icon
Your Cart (0 item)
Close icon
You have no products in your basket yet
Save more on your purchases now! discount-offer-chevron-icon
Savings automatically calculated. No voucher code required.
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

Setting Up GitOps in Red Hat OpenShift

Begin by installing the necessary GitOps tools. Argo CD (see the Argo CD section in Chapter 4) is a popular choice for OpenShift, as it integrates seamlessly with the Kubernetes environment. You can install Argo CD directly into your OpenShift cluster using OperatorHub, which offers an easy installation process and automatic management of the application life cycle:

  1. To obtain the address of your local OpenShift cluster running on CRC, use the following command in your terminal:
    $ crc start

    The expected output of the crc start command will typically include several important pieces of information relevant to your local OpenShift cluster setup. Here’s an example of what you might see:

    INFO Loading bundle: crc_vfkit_4.14.12_arm64...
    INFO A CRC VM for OpenShift 4.14.12 is already running
    Started the OpenShift cluster.
    The server is accessible via web console at:
      https://console-openshift-console.apps-crc.testing
    Log in as administrator...
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