Abhiraj Kharbadeabhirajdevops.hashnode.net·Mar 20, 2023DevOps: What is it?.. types of scaling and achieving automation by IACWhat is DevOps? DevOps is the combination of cultural philosophies, practices, and tools that increases an organization's ability to deliver applications and services at high velocity: evolving and improving products at a faster pace than organizati...Discuss·27 likes·120 readsDevops
Yash Kansanayashkansana.hashnode.net·Mar 23, 2023An Introduction to Linux File Management Day:3Any operating system must support working with data. Linux offers a number of tools for managing files, such as adding, deleting, and editing files. In this post, we'll cover how to look at a file's contents, modify a file's permissions, delete a dir...Discuss·20 likes·26 readsDevops
Sayali Jadhavsayali.hashnode.net·Mar 24, 2023Day52: Your CI/CD pipeline on AWS - Part 3 🚀 ☁What is CodeDeploy? AWS CodeDeploy is a deployment service that automates application deployments to Amazon EC2 instances, on-premises instances, serverless Lambda functions, or Amazon ECS services. CodeDeploy can deploy application content that runs...Discuss·17 likes·2.6K reads#90daysofdevops
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
Jai Sriram Choudharyjaisriram.hashnode.net·Apr 25, 2023#KubeWeek Day1 - Understanding Kubernetes- Architecture and Components, Installation and ConfigurationWhat is Kubernetes? Kubernetes is an open-source container orchestration platform. developed by Google. Helps in managing containerized applications in different deployment environments(virtual, Cloud, Physical, Hybrid). Provide features of High Av...Discuss·1 likeTrainWithShubham
Sneha K Ssnehaksuresh.hashnode.net·Apr 25, 2023Kubernetes | Architecture, Components, and ConfigurationIn this blog, I am going to discuss Kubernetes, Kubernetes Architecture, Kubernetes components, and its configuration. I am getting started with the 7-day #KubeWeek challenge by Shubham Londhe. #TrainWithShubham #KubeWeekChallenge Kubernetes Kubernet...Discuss·35 reads#KubeWeekChallenge
Gopal Gautamgopalgtm.hashnode.net·Apr 25, 2023Kubernates Architecture And Components, Kubernates Installation And ConfigurationKubernetes is an open-source container orchestration platform used to automate the deployment, scaling, and management of containerized applications. It provides a container-centric management environment that automates many of the manual processes i...Discuss#kubeweek
Yashwant Chaudharidevopsyash.hashnode.net·Apr 25, 2023Kubernetes Networking in Easiest Way.Kubernetes Networking Model Kubernetes is a system that helps manage containers, which are like little packages of software. Within Kubernetes, all of the containers belong to groups called "Pods". Each Pod has its own unique IP address within the wh...Discuss·1 like#KubeWeekChallenge
Adinath Salunkesalunkeadinath.hashnode.net·Apr 25, 2023Day 11 Task: Advance Git & GitHub for DevOps Engineers: Part-2(1)Git Stash Git stash is a command that allows you to temporarily save changes you have made in your working directory, without committing them. This is useful when you need to switch to a different branch to work on something else, but you don't wa...DiscussGit
Tanaya Banerjeetanaya.hashnode.net·Apr 25, 2023Jenkins Freestyle Project for DevOps Engineers[Day-23 Task]#trainwithshubham # 90DaysOf DevopsChallenge #devops/#jenkins 1. What Is CI/CD? Continuous Integration is a process of integrating code changes from multiple developers in a single project many times. The software is tested immediately after a code c...Discuss·31 readsTrainWithShubham
Nikunj Tiwarinikunj-tiwari.hashnode.net·Apr 25, 2023Kubernetes Architecture and Components, Kubernetes Installation and ConfigurationWhat /Why is Kubernetes Before discussing what I want to discuss why you need to learn kubernetes Learning Kubernetes is essential for any DevOps professional. DevOps engineers are always in demand. The average Silicon Valley salary for a DevOps engi...DiscussKubernetes
Atiq Khanatiq2288.hashnode.net·Apr 25, 2023Day 8 Task: Basic Git & GitHub for DevOps Engineers.1)What is Git? Git is a version control system that allows you to track changes to files and coordinate work on those files among multiple people. It is commonly used for software development, but it can be used to track changes to any set of files. ...DiscussDevops
Shubham Moreshubhammore.hashnode.net·Apr 25, 2023Kubernetes Architecture and ComponentsKubernetes is an open-source container orchestration platform that automates the deployment, scaling, and management of containerized applications. The architecture of Kubernetes is designed to be highly scalable, fault-tolerant, and extensible. Comp...DiscussDevops