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
Ritul Guptaritul.hashnode.net·Apr 24, 2023Kubernetes Architecture and Components, Kubernetes Installation and Configuration☸ What is Kubernetes? Kubernetes is an open-source Container Management tool that automates Container deployment, container scaling & load balancing. It schedules, runs, and manages isolated containers which are running on Virtual/Physical/Cloud Ma...Discuss·12 likes·33 reads#KubeWeekChallenge
Yash Kansanayashkansana.hashnode.net·Mar 28, 2023Day 4: DevOps Basic Linux Shell Scripting.What is Shell Scripting for DevOps? An open-source computer program called shell scripting was created to be executed by the Unix/Linux shell. A program called shell scripting allows you to create a list of instructions that the shell will carry out....Discuss·11 likes·29 readsDevops
Amrit Subedisubedi-amrit.hashnode.net·Apr 25, 2023Kubernetes Networking and Sevice:Networking within Kubernetes isn't so different from networking in the physical world. Remember Networking basics, and you will have no trouble enabling communication between Containers, Pods and Services. Kubernetes networking addresses four concern...Discuss#KubeWeekChallenge
Gauri Yadavgauri1504.hashnode.net·Apr 25, 2023Kubernetes Architecture and Components, Kubernetes Installation and ConfigurationWhat is Kubernetes? Kubernetes is an open-source Container Management tool that automates Container deployment, container scaling & load balancing. It schedules, runs, and manages isolated containers which are running on Virtual/Physical/Cloud Mach...Discuss#KubeWeekChallenge
Ritul Guptaritul.hashnode.net·Apr 24, 2023Kubernetes Architecture and Components, Kubernetes Installation and Configuration☸ What is Kubernetes? Kubernetes is an open-source Container Management tool that automates Container deployment, container scaling & load balancing. It schedules, runs, and manages isolated containers which are running on Virtual/Physical/Cloud Ma...Discuss·12 likes·33 reads#KubeWeekChallenge
Amrit Subedisubedi-amrit.hashnode.net·Apr 25, 2023Kubernetes Architecture and Components.What Is Kubernetes? Kubernetes is an open-source container orchestration technology developed by Google to help manage containerized applications in different deployment environments. It helps us to manage applications consisting of hundreds or thous...Discuss·35 reads#KubeWeekChallenge
mecrin luvismecrinluvis.hashnode.net·Apr 24, 2023#Day 19 DockerDocker Docker is a software platform that allows you to build, test, and deploy applications quickly. Docker packages software into standardized units called containers that have everything the software needs to run including libraries, system tools,...DiscussTrainWithShubham
Adinath Salunkesalunkeadinath.hashnode.net·Apr 24, 2023Day 10 Task: Advance Git & GitHub for DevOps Engineers.(1)what is Git 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...DiscussGit
Pushkar Shajapurkarpushkar-shajapurkar.hashnode.net·Apr 24, 2023Day -5 Advanced Linux Shell Scripting For DevOps Engineers With User ManagementQ.1) Write a bash script createdirectories.sh that when the script is executed with three given arguments (one is directory name and the second is the start number of directories and the third is the end number of directories ) it creates a specified...Discuss·1 likeDevops
Amrendra Pratap Singh Rathoreamrendra0918.hashnode.net·Apr 24, 2023File Permissions and Access Control ListsFile Permissions in Linux In Linux, file permissions are a way to control who can access a file and what they can do with it. Three types of permissions can be assigned to files: read, write, and execute. Each file in Linux has a set of permissions t...Discuss·1 likeDevops
Amrendra Pratap Singh Rathoreamrendra0918.hashnode.net·Apr 23, 2023Advanced Linux Shell Scripting for DevOps Engineers with User ManagementScript 1: Shell script to create multiple directories with dynamic names: Let's write a bash script with three given arguments (one is "the directory name", the second is "the start number of directories" and the third is "the end number of directori...Discuss·38 readsDevops
Mahbubur R.mahbubur.hashnode.net·Apr 23, 202322.Getting Started with Jenkins(Day-22)What is Jenkins? Jenkins is an open-source automation tool that is widely used for continuous integration (CI) and continuous delivery (CD) of software projects. It is a Java-based platform that enables developers to build, test, and deploy their app...DiscussJenkins