#devops
Read more stories on Hashnode
Articles with this tag
Deploy the reactjs app in kubernetes with devsecops cicd pipeline ยท DevSecOps practices, integrating security into the development and deployment...
What is Docker? Docker is a software platform that allows you to create, deploy, and run applications in containers. Docker helps to simplify the...
Two essential components of Docker are volumes and networks. In this blog, we will explore these two components and understand how they are used in a...
Images ImagesCommand List available imagesdocker images [options] Download an image from a registrydocker pull [image_name] Build an image...
Python has become a widely used programming language in the world of DevOps due to its versatility and ease of use. It can be used for automation,...
Git Cheatsheet CommandDescription git initInitialize a new git repository git clone [url]Clone a remote repository git statusCheck the status...