prateek singhforKubesimplifykubesimplify.hashnode.net·Jun 15, 2022Why DevOps-Case StudyDevOps is the new and efficient way of developing applications. It is a collection of practices that shortens the development lifecycle of a system/application. It's not just frontend, backend, database and scripting. It is something that changes how...Vaidansh Bhardwaj and 6 others are discussing this7 people are discussing thisDiscuss·109 likes·1.3K readsDevops
Barkatul MujauddinforKubesimplifykubesimplify.hashnode.net·Jun 20, 2022Let's Simplify Golang : Part 2This blog is the second part of the Let's Simplify Golang Series. In the first part (Let's Simplify Golang: Part 1), we learned about all the basic concepts in Golang. In this blog, we would be learning about Arrays, Slices and Maps. So, let's start...Saiyam Pathak and 4 others are discussing this5 people are discussing thisDiscuss·107 likes·2.0K readsGo Language
Shivani Tiwarishivaniblogs.hashnode.net·Oct 18, 2022DevOps on CloudDevOps on Cloud Organizations are expected to have greater discipline to craft and adhere to a strategy that leads to scalability and consistency. Cloud completely transformed the functioning of business. Features of the Cloud Scalability Elasticit...Kelvin parmar and 3 others are discussing this4 people are discussing thisDiscuss·37 likes·381 readsDevops
Chetan Choudharyche770.hashnode.net·Apr 25, 2023Day-2 Challenge for the #kubeweek#.kubernetes networking Kubernetes is a popular container orchestration platform that manages the deployment, scaling, and operation of containerized applications. Networking is a crucial aspect of Kubernetes as it allows different components of the ...DiscussDevops
Saikat Mukherjeesaikatm.hashnode.net·Apr 25, 2023Advance Git & GitHub for DevOps Engineers: Part-2Git Stash:- git stash temporarily shelves (or stashes) changes you've made to your working copy so you can work on something else, and then come back and re-apply them later on. Stashing is handy if you need to quickly switch context and work on some...Discuss·31 readsDevops
Saket Vatsredragno.hashnode.net·Apr 25, 2023Introduction to DockerDocker is an open-source platform that allows developers to package, distribute, and run applications in a containerized environment. Containers are lightweight, portable, and self-contained environments that can run virtually anywhere. Docker provid...DiscussDockerDocker
Shreya Guptashreya-gupta.hashnode.net·Apr 25, 2023Kubernetes Architecture and Components, Kubernetes Installation and ConfigurationWhat is Kubernetes? Kubernetes, also known as K8s is an open-source container management tool that automates container deployment, scaling & load balancing. It schedules, runs, and manages isolated containers that are running on virtual/physical/clou...Discuss·73 readsDevops
Subhankar Chatterjeesubho03.hashnode.net·Apr 25, 2023Linux Bash Scripting1. What is Script? In Simple terms, a shell script is a file that consists of a set of commands. The shell reads the file and carries out the commands as they have been entered into the command line. Normally the shell script has the file extension ....DiscussDevops
Chetan Choudharyche770.hashnode.net·Apr 25, 2023Day 17 Task: Docker Project for DevOps Engineers.#.What is Dockerfile ? A Dockerfile is a text file that contains a set of instructions for building a Docker image. Docker images are used to create Docker containers, which are isolated environments for running applications. The Dockerfile specifies...Discuss·1 likeDevops
biswa ranjan nayakbiswaranjan.hashnode.net·Apr 24, 2023"Kubernetes Architecture, Components,Installation and Configuration"Kubernetes is an open-source container orchestration platform that automates the deployment, scaling, and management of containerized applications. It was originally developed by Google and is now maintained by the Cloud Native Computing Foundation (...Discuss·1 like·32 readsDevops
Chaitannyaa Gaikwadfor90DaysOfDevOpsChallenge-team90daysofdevopschallenge.hashnode.net·Apr 24, 2023Day20 ----> 90DaysOfDevOps Challenge @TWSDay 20 Task: Docker for DevOps Engineers Now it's time to take your Docker skills to the next level by creating a comprehensive cheat sheet of all the commands you've learned so far. This cheat sheet should include commands for both Docker and Docker...DiscussDocker
Saikat Mukherjeesaikatm.hashnode.net·Apr 24, 2023Advance Git & GitHub for DevOps EngineersGit Branching A branch is a version of the repository that diverges from the main working project. It is a feature available in most modern version control systems. A Git project can have more than one branch. These branches are a pointer to a snapsh...DiscussDevops
Gurucharangurucharan.hashnode.net·Apr 24, 2023Day 27 Task: Jenkins Declarative Pipeline with DockerDay 26 was all about a Declarative pipeline, now its time to level up things, let's integrate Docker and your Jenkins declarative pipeline Use your Docker Build and Run Knowledge docker build - you can use sh 'docker build . -t <tag>' in your pipeli...Discuss·87 readsDevops