#devops
Read more stories on Hashnode
Articles with this tag
ConfigMaps: ConfigMaps in Kubernetes are used to store configuration data, such as environment variables and settings, separately from the application...
Task 1:Create a Service for accessing todo-app Create a Service for your todo-app Deployment from Day-32 Create a Service definition for your...
Deployment in K8s Create: Write the deployment configuration in YAML format. In this step, you define how your application should be deployed,...
Kubernetes Overview Kubernetes is like a smart manager for apps in containers. It handles the setup, scaling, and updates automatically, making it...
What’s the difference between continuous integration, continuous delivery, and continuous deployment? Continuous Integration: Involves regularly...
Jenkins Master Server Jenkins Master Server is the central control point of a Jenkins Continuous Integration/Continuous Deployment (CI/CD) system. It...