Dhruv Moradiyadhruvmoradiya.hashnode.dev·18 hours agoDay 39: AWS and IAM Basics ☁️ - A Beginner’s GuideWelcome! Today, we’re diving into the basics of AWS (Amazon Web Services) and IAM (Identity and Access Management). Don’t worry if you’re new to cloud computing or don’t have an IT background—this guide is for you! By now, you’ve probably heard of th...Discuss90DayofdevopsAWS
Dhruv Moradiyadhruvmoradiya.hashnode.dev·Nov 12, 2024Day 38: Getting Started with AWS Basics ☁Welcome to Day 38 of your cloud journey! You've come a long way, and it’s inspiring to see your dedication. Don’t let any setbacks break your consistency—each day brings you closer to becoming a cloud expert. Today, we’re diving into Amazon Web Servi...Discuss·3 likes90DayofdevopsAWS
Pooja Naitampoojanaitam.hashnode.dev·Nov 11, 2024Day 8 of 90DaysOfDevOps : Shell Scripting Challenge🐧Task 1: Adding Comments in Bash Scripts 📝 Comments are notes added in code to explain what each part does, making it easier for others (and yourself) to understand later. Comments in bash scripts start with a #. #!/bin/bash # This script greets the ...Discuss#90daysofdevops
Dhruv Moradiyadhruvmoradiya.hashnode.dev·Nov 11, 2024Day 37 Kubernetes Important Interview QuestionsAre you preparing for a Kubernetes interview or just looking to deepen your understanding? This guide covers some essential Kubernetes questions you may encounter. Let’s dive into the key concepts! 1. What is Kubernetes, and Why is It Important? Ku...Discuss·1 like90DayofdevopsDevops
Pooja Naitampoojanaitam.hashnode.dev·Nov 10, 2024Day 7 of 90DaysOfDevOps : Understanding Package Manager and Systemctl🔹 What is a Package Manager? A package manager is a tool that helps you install, update, and remove software on your system. It can be a graphical app or a command-line tool like apt or yum. 👉 But what’s a package? A package is an archive file cont...Discuss#90daysofdevops
Dhruv Moradiyadhruvmoradiya.hashnode.dev·Nov 10, 2024Day 36 Managing Persistent Volumes in Kubernetes 🚀Introduction Yesterday, you mastered ConfigMaps and Secrets in Kubernetes. Today, we’re diving deeper into Kubernetes storage with Persistent Volumes (PV) and Persistent Volume Claims (PVC)—essential components for managing data in Kubernetes deploym...Discuss90Dayofdevopsk8s
Pooja Naitampoojanaitam.hashnode.dev·Nov 9, 2024Day 6 of 90DaysOfDevOps : File Permissions and Access Control Lists1.Understanding File Permissions: Create a simple file and run ls -ltr to see the details of the files. Each of the three permissions are assigned to three defined categories of users. The categories are: Owner: The owner of the file or application. ...Discuss#90daysofdevops
SAFIA KHATOONsafiakhatoon.hashnode.dev·Nov 9, 2024Node-todo-CI/CD deploy using jenkinsFirst you Create ec2 Instance : then go to instance and do ssh : after you install jenkins but after jenkins you first install JAVA so go to this link : https://www.jenkins.io/doc/book/installing/linux/ and copy the command and paste it in your she...DiscussJenkins
Pooja Naitampoojanaitam.hashnode.dev·Nov 9, 2024Day 5 of 90DaysOfDevOps : Advanced Linux Shell Scripting for DevOps Engineers with User Management1. Create Directories Using Shell Script: Write a bash script createDirectories.sh that, when executed with three arguments (directory name, start number of directories, and end number of directories), creates a specified number of directories with ...Discussshell
Dhruv Moradiyadhruvmoradiya.hashnode.dev·Nov 9, 2024Day 35: Mastering ConfigMaps and Secrets in KubernetesYesterday was a big win! We took on Kubernetes Namespaces and Services, and now it’s time to dive into another essential part of Kubernetes: ConfigMaps and Secrets. What Are ConfigMaps and Secrets in Kubernetes? In Kubernetes, ConfigMaps and Secrets ...Discuss90DayofdevopsDevops