AWS ServicesHello Readers let's learn today some important services of AWS. ✅Introduction DevOps is the practice of Collaboration between the Developer Team and Operations Time to achieve some Common ✅AWS EC2 Amazon Elastic Compute Cloud (Amazon EC2) provides sc...Aug 17, 2023·5 min read
Basics of AWSWhat is AWS? AWS stands for Amazon Web Services. It is a comprehensive cloud computing platform provided by Amazon.com. AWS offers a wide range of cloud services, including computing power, storage, database management, content delivery, machine lea...May 25, 2023·8 min read
Jenkins PipelineLet's start! Jenkins Pipeline According to the official documentation of Jenkins, " Jenkins Pipeline is a suite of plugins that supports implementing and integrating continuous delivery pipelines into Jenkins. " Pipelines allow for defining a series ...May 17, 2023·5 min read
JenkinsJenkins Jenkins is an open-source automation server that is used for continuous integration and continuous delivery (CI/CD) of software projects. It provides a platform for automating the building, testing, and deployment of applications. Jenkins all...May 16, 2023·3 min read
Docker CheatsheetDocker Concepts: Images: Read-only templates used to create Docker containers. Containers: Running instances of Docker images. Dockerfile: A text file that contains instructions to build a Docker image. Docker Registry: A centralized repository f...May 11, 2023·2 min read
Docker Project for DevopsDockerFile A Dockerfile is a text file used to define the instructions for building a Docker image. It provides a set of steps that Docker follows to create an image, which can then be used to run containers. In a Dockerfile, you specify the base i...May 5, 2023·2 min read
Dockers for DevopsDocker Docker is an open-source centralized platform to create deploy and run applications. Docker uses the container on the host OS to run applications. It allows using the same Linux kernel on the System rather than creating a virtual OS. It's writ...May 4, 2023·2 min read