#devops
Read more stories on Hashnode
Articles with this tag
What are Services in K8s In Kubernetes, Services are objects that provide stable network identities to Pods and abstract away the details of Pod IP...
What is Deployment in k8s A Deployment provides a configuration for updates for Pods and ReplicaSets. You describe a desired state in a Deployment,...
What is Kubernetes? Kubernetes is an open-source orchestration tool developed by Google for managing microservices or containerized applications...
What’s the difference between continuous integration, continuous delivery, and continuous deployment? CI/CD stands for Continous Integration and...
Introduction Jenkins stands as a widely used open-source automation server, facilitating the automatic building, testing, and deployment of...
Document the process from cloning the repository to adding webhooks, Deployment, etc. as a README, go through this example A well-written readme file...