Linux π§ | Cloud βοΈ | DevOps π» | Security πͺ
Exploring and sharing tech insights through my writings βοΈ Come along on this journey! π
8 subscribers
Aug 9 β’ 23 tweets β’ 2 min read
Top 20 Linux networking commands explained with examples!
A Thread π
1β£ ifconfig: Displays network interface configuration.
For example,
ifconfig eth0
shows the configuration details of the Ethernet interface. #LinuxNetworkingExample
Aug 7 β’ 23 tweets β’ 4 min read
Understanding sudo, su, su - and sudo su !
A Thread with examples π 1/8 π¦ Welcome to today's thread!
Let's dive into the world of user privileges on Linux systems. We'll explore the differences between sudo, su, and sudo su.
#Linux #UserPrivileges
Aug 5 β’ 26 tweets β’ 4 min read
Load Balancer vs Reverse Proxy vs API Gateway
A Thread π§΅ 1/ π‘ Let's dive into the world of networking and infrastructure components: Load Balancer, Reverse Proxy, and API Gateway.
They play distinct roles in managing web traffic.
Jul 25 β’ 36 tweets β’ 4 min read
All possible reasons a Kubernetes Pod can go into CrashLoopBackOff π§΅π
1/π§΅ What causes a Kubernetes Pod to go into CrashLoopBackOff?
Hereβs a deep-dive thread on ALL the possible reasons and how to fix them. ππ³
#Kubernetes #DevOps #CrashLoopBackOff
Jun 30 β’ 18 tweets β’ 4 min read
π§΅ 10 Things Every DevSecOps Engineer Must Know About Kubernetes Security β with real examples π 1/ π RBAC > cluster-admin
Grant access based on roles, not titles.
β Example: Allow devs to view pods only:
May 5 β’ 13 tweets β’ 2 min read
π§΅ Kubernetes Troubleshooting Series:
Scenario: Pod stuck in ImagePullBackOff or ErrImagePull?
Hereβs a step-by-step thread to troubleshoot and fix it like a pro. π‘
#Kubernetes #DevOps #Containers 1/ Why does this happen?
When a pod canβt pull the container image, it may get stuck in ImagePullBackOff or ErrImagePull.
This commonly occurs due to:
- Private Docker registries π°
- Wrong image names/tags β
- Expired or missing imagePullSecrets π
Mar 26 β’ 18 tweets β’ 2 min read
π§ AWK Master Cheat Sheet: 15 Must-Know Commands for DevOps & Linux Admins π₯οΈ
1οΈβ£ Basic Print
Print the first column of a file:
awk '{print $1}' file.txt
π Extracts and prints the first field from each line.
Mar 24 β’ 16 tweets β’ 3 min read
π 7-Day Docker Learning Series β Day 7: Docker Security Best Practices π‘οΈ
Welcome to the final day of our Docker Learning Series! Today, weβll focus on Docker Security β essential for protecting your containers, images, and infrastructure.
Mar 22 β’ 14 tweets β’ 3 min read
π 7-Day Docker Learning Series β Day 6: Docker Compose β Managing Multi-Container Applications π οΈ
Welcome to Day 6 of our Docker Learning Series! Today, weβll learn about Docker Compose, a powerful tool to define and manage multi-container applications using a simple YAML file.
πΉ Why Use Docker Compose?
π§΅π (Thread)
Mar 21 β’ 20 tweets β’ 3 min read
π 7-Day Docker Learning Series β Day 5: Docker Networking β Connecting Containers π
Welcome to Day 5 of our Docker Learning Series! Today, weβll dive into Docker Networking, how containers communicate, and different network types.
πΉ Why is Docker Networking Important?
π§΅π (Thread)
Mar 18 β’ 15 tweets β’ 3 min read
π 7-Day Docker Learning Series β Day 4: Docker Volumes β Managing Data in Containers π¦
Welcome to Day 4 of our Docker Learning Series! Today, weβll learn how Docker handles data using volumes.
πΉ Why Do We Need Docker Volumes?
π§΅π (Thread)
Mar 17 β’ 18 tweets β’ 3 min read
π 7-Day Docker Learning Series β Day 3: Dockerfile β Build Your Own Docker Images π³
Welcome to Day 3 of our Docker Learning Series! Today, weβll learn how to create custom Docker images using a Dockerfile.
πΉ What is a Dockerfile?
π§΅π (Thread)
Mar 16 β’ 17 tweets β’ 3 min read
π 7-Day Docker Learning Series β Day 2: Docker Images & Containers π³
Welcome back to Day 2 of our Docker Learning Series!
Today, we dive deep into Docker Images & Containers, the backbone of Docker.
#Docker #DevOps #Cloud
Mar 15 β’ 14 tweets β’ 3 min read
π 7-Day Docker Learning Series β Day 1: Introduction to Docker π³
Welcome to the Docker Learning Series! Whether youβre a beginner or looking to refresh your knowledge, this series will help you understand Docker step by step.
πΉ Day 1: What is Docker? Why Use It?
π§΅π (Thread)
Mar 8 β’ 31 tweets β’ 5 min read
Docker Interview Guide!
A thread with 20+ mid-level to advanced Docker interview questions and answers π³ 1/ What is a Docker Compose, and why is it useful? π’
A. Docker Compose is a tool for defining and running multi-container Docker applications. It's useful for managing complex applications with multiple services, enabling easy orchestration. #Docker #Interview
Mar 6 β’ 32 tweets β’ 7 min read
Kubernetes Interview Guide!
A thread with 20+ mid-level to advanced Kubernetes interview questions with concise answers π’π· π·π 1/ π Q: What is Kubernetes and why is it essential for container orchestration?
A: Kubernetes is an open-source container orchestration platform that automates the deployment, scaling, and management of containerized applications, ensuring high availability and reliability.
Jan 3 β’ 18 tweets β’ 3 min read
π§΅ How to Start Learning Linux for DevOps Aspirants ππ§
From newbie to pro in no time!
Letβs make Linux your ultimate superpower. π¦ΈββοΈπ¦ΈββοΈ 1/ Start with the Basics π οΈβ¨
β’ Discover Linux distros: Ubuntu π£, CentOS π΅, Red Hat π΄.
β’ Set up Linux in a VM (VirtualBox/VMware π»).
β’ Get cozy with the terminal β your new BFF! π₯οΈπ
Dec 6, 2024 β’ 13 tweets β’ 2 min read
π§ Linux Networking Commands: 10 Daily-Used Examples (Thread) π§΅ 1/ ifconfig (Deprecated: Use ip):
Check & configure network interfaces.
ifconfig eth0 up # Enable interface
ifconfig eth0 down # Disable interface
Use ip instead:
ip addr show eth0
ip link set eth0 up
#LinuxNetworking #SysAdmin
Nov 21, 2024 β’ 9 tweets β’ 2 min read
Platform Engineer vs. SRE vs. DevOps Engineer!
A Thread π§΅
1/ Whatβs the difference? π€
All these roles focus on improving software delivery and reliability but have different goals. Hereβs a quick breakdown:
Sep 12, 2024 β’ 13 tweets β’ 3 min read
AWS service limitations to keep in mind!
A List of critical #AWS services and their limitations π 1. EC2 β Instance limits by region, instance type restrictions. 2. RDS β Max database storage limits, instance size restrictions. 3. S3 β Max object size is 5TB, bucket policies can limit access. 4. EBS β Volume size max of 64TB, 20,000 IOPS for io1/io2 volumes.
Sep 9, 2024 β’ 18 tweets β’ 2 min read
Mastering Ansible command line!
A Thread of 10 key #Ansible commands and concepts all #DevOps and #Linux Administrators should focus on ππ
1οΈβ£ Check Ansible Version
Command:
ansible --version
Explanation:
Verify your Ansible installation and check version details.