KMKrishna Misalinkreator.hashnode.dev·May 19, 2023 · 3 min readSimple Docker commands.This is Day 16 Task: Docker 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 lib...00
KMKrishna Misalinkreator.hashnode.dev·May 4, 2023 · 3 min readKubernetes Architecture and Components, Kubernetes Installation and ConfigurationKubeweek Challenge - Day 1 What is Kubernetes? Kubernetes (K8s) is an open-source container management platform that automates container deployment, scaling, and load balancing. It plans, executes, and manages isolated containers running on virtual/p...01R
KMKrishna Misalinkreator.hashnode.dev·Mar 31, 2023 · 2 min readDay 5 Task: Advanced Linux Shell Scripting for DevOps Engineers with User managementTasks You have to do the same using Shell Script i.e using either Loops or command with start day and end day variables using arguments - So Write a bash script createDirectories.sh that when the script is executed with three given arguments (one i...00
KMKrishna Misalinkreator.hashnode.dev·Mar 29, 2023 · 2 min readDay 4 Task: Basic Linux Shell Scripting for DevOps Engineers.What is Kernel? The operating system of a computer is built around a single program known as the kernel, which has complete command and control over the entire system. What is Shell? A shell is a special user program that gives the user an interface ...00
KMKrishna Misalinkreator.hashnode.dev·Mar 28, 2023 · 1 min readDay 2 Task: Basics Linux command'sWe'll discuss some basic Linux commands without wasting any time. mkdir - make directory(folder) ls - lists files and directories within a system In the below Image we created a directory named hello using mkdir and to list available files/folders we...00