#devops
Read more stories on Hashnode
Articles with this tag
Day 23 was all about Jenkins CI/CD, make sure you have done it and understood the concepts. As of today You will be doing one Project End to End and...
What is CI/CD? CI/CD stands for Continuous Integration/Continuous Delivery (or Continuous Deployment). It is a set of practices and tools that help...
Kubernetes networking is the way that containers and services within a Kubernetes cluster communicate with each other. The network infrastructure of a...
Kubernetes is a container orchestration platform that automates the deployment, scaling, and management of containerized applications. It is designed...
What is Jenkins? Jenkins is an open-source automation tool that is widely used for continuous integration (CI) and continuous delivery (CD) of...
Run a new Container Start a new container from an Image #docker run IMAGE docker run nginx and assign it a name #docker run --name IMAGE NAME docker...