Skip to content

Commit

Permalink
Update intro.adoc
Browse files Browse the repository at this point in the history
  • Loading branch information
cedricclyburn committed Jul 13, 2023
1 parent a5b6f2e commit 34eeaba
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion docs/modules/m1/pages/intro.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,12 @@ This lab aims to demonstrate how to create a seamless CI/CD pipeline using OpenS
- Implement GitOps principles for managing your application environments.
- Monitor and manage drifts in your applications and environments.
== What is OpenShift?
== What is OpenShift

link:https://www.redhat.com/en/technologies/cloud-computing/openshift[Red Hat OpenShift,window='_blank'], the industry's leading hybrid cloud application platform powered by Kubernetes, brings together tested and trusted services to reduce the friction of developing, modernizing, deploying, running, and managing applications. OpenShift delivers a consistent experience across public cloud, on-premise, hybrid cloud, or edge architecture.

image:openshift-dashboard.png[]

== What is GitOps

link:https://www.redhat.com/en/topics/devops/what-is-gitops[GitOps,window='_blank'] is a declarative way to implement continuous deployment for cloud-native applications. GitOps handles and automates complex deployments quickly, saving time during deployment and release cycles. You can use GitOps to create repeatable processes for managing OpenShift clusters and applications across multi-cluster Kubernetes environments.
Expand Down

0 comments on commit 34eeaba

Please sign in to comment.