Automation in OpenShift
Now that you have some knowledge of cloud-native application development, you’re ready to learn more about automating application development in cloud environments. This resource includes several topic articles on understanding automation in Red Hat® OpenShift®.
What do you need before starting?
- An understanding of cloud-native applications
Understanding automation
Automation is the use of technology to perform tasks with reduced human assistance.
What is observability?
Observability refers to the ability to monitor, measure, and understand the state of a system or application by examining its outputs, logs, and performance metrics.
Understanding DevOps
DevOps is an approach to culture, automation, and platform design intended to deliver increased business value and responsiveness through rapid, high-quality service delivery.
What is DevOps automation?
DevOps automation is the addition of technology that performs tasks with reduced human assistance to processes that facilitate feedback loops between operations and development teams, so that iterative updates can be deployed faster to applications in production.
What is CI/CD?
Continuous integration and continuous development (CI/CD) is a method to frequently deliver applications to customers by introducing automation into the stages of application development.
Learn how to use automation through continuous integration and development
What is a CI/CD pipeline?
A CI/CD pipeline is a series of steps that must be performed in order to deliver a new version of software.
What is GitOps?
GitOps uses Git repositories as a single source of truth to deliver infrastructure as code.
Cloud-native CI/CD on Red Hat OpenShift
Red Hat OpenShift allows organizations to employ CI/CD to automate the build, test, and deployment stages of applications across on-premises and public cloud platforms.
Find out how Red Hat OpenShift supports automation
Now that you understand automation in OpenShift, you’re ready to learn more about developing applications on a specific cloud-native platform, Red Hat OpenShift Service on AWS.