YAML is a human-readable data serialization format. It is often used for configuration files, data exchange between languages with different data structures,
In Kubernetes, pods are the smallest deployable units, representing a single instance of a running process in a cluster. Pods serve as
You’ve learn about Containers, more precisely Docker, you know that they are completely isolated environments that you can run your software with
Docker manages and handles storage-related aspects in the context of containers and containerized applications. Docker provides several mechanisms and options for managing
Docker is a popular platform for developing, packaging, and deploying applications inside lightweight, self-contained containers. These containers are similar to virtual machines
Docker is a popular platform for developing, packaging, and deploying applications inside lightweight, self-contained containers. These containers are similar to virtual machines
Docker is a popular platform for developing, packaging, and deploying applications inside lightweight, self-contained containers. These containers are similar to virtual machines
A continuous delivery pipeline is an automated framework that visualizes the process of obtaining software from version control. Consequently, any modification to
Jenkins is an open-source automation server that is widely used in the field of software development for continuous integration and continuous delivery
CI/CD stands for Continuous Integration and Continuous Deployment/Continuous Delivery. It is a set of practices, principles, and tools used in software development