VGVishal Ghorseindevops-sprint-dayone.hashnode.dev·Feb 2, 2025 · 1 min readCI/CD Pipeline and Jenkins: A DevOps EssentialContinuous Integration and Continuous Deployment (CI/CD) pipelines help teams automate and streamline the software release process. Jenkins, an open-source automation server, plays a crucial role in setting up and managing these pipelines. What is a ...00
VGVishal Ghorseindevops-sprint-dayone.hashnode.dev·Feb 1, 2025 · 3 min readKubernetes in One Shot :Kubernetes, often abbreviated as K8s, is an open-source platform designed to automate the deployment, scaling, and management of containerized applications. It provides a robust and flexible system for managing applications across distributed environ...00
VGVishal Ghorseindevops-sprint-dayone.hashnode.dev·Jan 31, 2025 · 1 min readBeginner Level DevOps Projects» Kubernetes End to End Deployment — EKS Deployed a game application by creating a cluster with Fargate and utilizing replicas in deployment to ensure auto-healing and ease of auto-scaling, configured application load balancer then exposed the applic...00
VGVishal Ghorseindevops-sprint-dayone.hashnode.dev·Jan 30, 2025 · 2 min readUnderstanding Git and GitHubVersion control is an essential skill for developers, and Git is the most widely used version control system today. Combined with GitHub, a cloud-based hosting service, it revolutionizes how teams collaborate on code. Git is a distributed version con...00
VGVishal Ghorseindevops-sprint-dayone.hashnode.dev·Jan 30, 2025 · 1 min readLearn Shell Scripting in LinuxShell scripting is the process of writing a series of commands in a text file, known as a script, that the shell (the command-line interpreter) executes. Scripts are used to automate tasks that would otherwise require manual input, making them invalu...00