CKCharan kumarincharankumar.hashnode.dev·Jun 14, 2023 · 5 min readDeployment of a Node.js application on an EC2 instance and the creation of a CI/CD pipeline using JenkinsThis article demonstrates the deployment of a Node.js application on an EC2 instance and the creation of a CI/CD pipeline using Jenkins. The project utilizes the following tools: AWS EC2 GitHub Docker CI/CD pipeline? A CI/CD (Continuous Integrat...00
CKCharan kumarincharankumar.hashnode.dev·Jun 11, 2023 · 7 min readAnsible Installation, Playbooks for Setting Up Website in Remote MachineAnsible is an open-source IT Configuration Management, Deployment & Orchestration tool. It aims to provide large productivity gains to a wide variety of automation challenges. This tool is very simple to use yet powerful enough to automate complex mu...00
CKCharan kumarincharankumar.hashnode.dev·Jun 8, 2023 · 4 min readInstall and Run Jenkins With Docker ComposeWhat is Jenkins? Jenkins is an open-source automation tool used for continuous integration and continuous delivery (CI/CD) of software applications. It is a Java-based web application that can be run on a server and can be used to automate building, ...00
CKCharan kumarincharankumar.hashnode.dev·May 31, 2023 · 4 min readSetup Kubernetes Cluster using KubeadmKubernetes is an open-source container orchestration tool. The name Kubernetes originates from Greek, meaning helmsman or pilot. K8s as an abbreviation results from counting the eight letters between the “K” and the “s”. Google open-sourced the Kuber...00
CKCharan kumarincharankumar.hashnode.dev·May 28, 2023 · 5 min readProject Management Tools for DevOpsWe will be going over the below Topics 1. Importance of Project Management Tools 2. Popular Project Management Tools 3. Incident and Change Management Tool 4. Documentation Tools 5. Communication Tools 6. Conclusion DevOps is a software development m...00