DevSecOps Ci-Cd Pipeline
Deploy the reactjs app in kubernetes with devsecops cicd pipeline

Search for a command to run...
Articles tagged with #devops
Deploy the reactjs app in kubernetes with devsecops cicd pipeline

What is Docker? Docker is a software platform that allows you to create, deploy, and run applications in containers. Docker helps to simplify the process of deploying and running applications by packaging them into self-contained containers, which ca...
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 Docker project. Docker Volume Docker Volume is a persistent data storage mechanism that enables a co...

Images ImagesCommand List available imagesdocker images [options] Download an image from a registrydocker pull [image_name] Build an image from a Dockerfiledocker build [options] [path_to_dockerfile] Tag an imagedocker tag [image_name] [new...

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, testing, and scripting in the DevOps process. In this blog, we will explore how Python can be used in D...

Git Cheatsheet CommandDescription git initInitialize a new git repository git clone [url]Clone a remote repository git statusCheck the status of the repository git add [file]Add changes to the staging area git commit -m "[message]"Commit c...
