JCjay chauhaninjay75chauhan.hashnode.dev·Aug 18, 2024 · 5 min readBoost Your DevOps Efficiency: Must-Know Shell ScriptsIntroduction: In the world of DevOps, efficiency and automation are paramount. Shell scripts are powerful tools that enable DevOps engineers to automate a wide range of tasks, from server management to continuous integration and deployment. This arti...00
JCjay chauhaninjay75chauhan.hashnode.dev·Aug 11, 2024 · 3 min readStep-by-Step Guide to Hosting a Website with Nginx on LinuxNginx (pronounced “engine-x”) is a popular open-source web server, reverse proxy server, mail proxy server, and load balancer. It is known for its high performance, stability, rich feature set, simple configuration, and low resource consumption. Here...00
JCjay chauhaninjay75chauhan.hashnode.dev·Aug 11, 2024 · 3 min readSetting up Kubernetes using KinD multi-node clustersK8s kind (short for “Kubernetes in Docker”) is a tool that facilitates the running of local Kubernetes clusters using Docker containers as nodes. Designed primarily for testing Kubernetes itself, kind can also be used for local development and CI (co...00
JCjay chauhaninjay75chauhan.hashnode.dev·Aug 11, 2024 · 2 min readInstall Jenkins on Ubuntu 🚀Jenkins is an open-source automation server that is used primarily for continuous integration (CI) and continuous delivery (CD) pipelines. It helps automate the building, testing, and deployment of software applications Prerequisites Minimum hardware...00