UMUtkarsh Mishrainutkarshmishrablogs.hashnode.dev路Dec 1, 2023 路 17 min readContainer Orchestration馃搷Introduction Container orchestration is the management and coordination of containerized applications, addressing challenges related to deployment, scaling, networking, and application lifecycle management. Containers provide a lightweight and port...00
UMUtkarsh Mishrainutkarshmishrablogs.hashnode.dev路Sep 2, 2023 路 12 min readJenkins [CICD Pipelines]馃搷Introduction Jenkins is an open-source automation server that helps in building, testing, and deploying software projects. It provides a framework for automating repetitive tasks in the software development lifecycle, such as building code, running...00
UMUtkarsh Mishrainutkarshmishrablogs.hashnode.dev路Aug 21, 2023 路 15 min readIntroduction to Docker [Package management]馃搷Introduction Package management refers to the process of installing, updating, configuring, and removing software packages on a computer system. A software package is a collection of files, libraries, and metadata that make up a software applicatio...00
UMUtkarsh Mishrainutkarshmishrablogs.hashnode.dev路Aug 6, 2023 路 12 min readSource Code Management [Git and GitHub] Fundamental & Advanced馃搷Introduction Are you ready to embark on an exciting voyage into the world of software collaboration? 馃寪 Say hello to Git and GitHub, the dynamic duo that make version control an absolute breeze! 馃寑 Git, the genius behind the scenes, is your trusty ...00
UMUtkarsh Mishrainutkarshmishrablogs.hashnode.dev路Jul 30, 2023 路 10 min readShell Scripting for DevOps: "Automating DevOps Workflows with Shell Scripting"馃搷Introduction: Linux shell scripting is the process of writing scripts (series of commands) to automate tasks and interact with the Linux operating system through the command-line interface (CLI). The default shell on most Linux distributions is the...00