Shahzaib SanaProopsandcloud.hashnode.dev·4 hours agoDay 32: Creating a Kubernetes Cluster and Implementing DeploymentCongratulations! on your learning on K8s on Day 31 What is deployment in K8s? A Deployment provides a configuration for updates for Pods and ReplicaSets. You describe a desired state in a Deployment, and the Deployment Controller changes the actual ...Discuss90daysofDevOps Kubernetes
Siri Chandanairis1919.hashnode.dev·18 hours agoDay13/90DaysofDevOps Challenge-Basics Of Python For DevOps EngineerLet's Start with the Basics of Python as this is also important for DevOps Engineer to build logic and Programs. Python has become a popular programming language in the field of DevOps due to its versatility, ease of use, and powerful capabilities. A...Discuss#90daysofdevopschallenge
Shahzaib SanaProopsandcloud.hashnode.dev·Oct 1, 2023Day 31: Deploying Your First Kubernetes Cluster with NginxAwesome! You learned the architecture of one of the most important tools "Kubernetes" in your previous task. What about some hands-on now? Let's read about minikube and implement k8s in our local machine What is minikube? Minikube is a tool which qu...Discuss90daysofDevOps Kubernetes
Vinayak Salunkheyes-we-can-devops.hashnode.dev·Sep 30, 2023Day 6 Task: File Permissions, Ownership and Access Control ListsIntroduction In the world of Linux, the concept of file permissions and ownership is crucial. It's the foundation upon which the system ensures data security and access control. In this article, we will delve into Linux permissions and ownership, exp...Discuss·10 likesDevOps Journey
Vinayak Salunkheyes-we-can-devops.hashnode.dev·Sep 29, 2023Day 5 Task: Advanced Linux Shell Scripting for DevOps Engineers with User managementIf you haven't learned the Basics of Bash Scripting Please visit my first blog Link= https://hashnode.com/post/clmf69rdk000c08jidgdt3ila Let's learn some basics to understand bash scripts better, Bash Scripting-For Loop We can use loops and condition...Discuss·11 likesDevOps Journey
Shahzaib SanaProopsandcloud.hashnode.dev·Sep 29, 2023Day 29: Important Jenkins Questions to Prepare for DevOps Engineer InterviewsWhat’s the difference between continuous integration, continuous delivery, and continuous deployment? Continuous Integration (CI) To automatically build, test and integrate code changes into the shared repository is known as CI. It helps identify ...Discuss90daysofDevOps Jenkins
Amrutha Damruthadronamraju.hashnode.dev·Sep 29, 2023Level-wise DevOps Q/AHere are some important interview questions and answers related to DevOps, automation, testing, version control, and related technologies: Basic: What is DevOps?DevOps is a set of practices and cultural philosophies that aim to automate and integrate...DiscussDevops
Code With Muzzucodewithmuzzu.hashnode.dev·Sep 29, 2023Day 0 - Introduction To DevOpsDisclaimer:- I am assuming that you at least know a programming language. You must know any of the tech stacks (It will be very easy to understand if know the tech stack like web development, Android Development etc..). What is DevOps? When you have ...DiscussJourney Of DevOps - 100 Days Of Code100DaysOfCode
alkama ahmedalkama.hashnode.dev·Sep 29, 2023Shell Scripting Fundamentals📝Understanding Linux Shell The Linux Shell, or simply "SHELL" serves as the middleman between the user and the Linux kernel, allowing users to communicate with the operating system and to utilize its resources. The Linux shell's primary function is ...DiscussDevops
Ashwinashwinrajendran.hashnode.dev·Sep 28, 2023Identity and Access Management Service (IAM)IAM is used to securely control individual and group access to AWS resources. IAM makes it easy to provide multiple users with secure access to AWS resources. IAM User: IAM users are AWS identities associated with people or applications. Each user...DiscussAWS