← Dashboard
AskYoshik

Yoshik K βœ“

4.4K followers
3 tweets
Communities: Tech Twitter πŸ’» DevOps | SRE
# Tweet Community Topic Views β–Ό Ratio Engagement Posted
1
[text] 25 Linux commands every DevOps engineer should know, and when you actually use them: 1. top / htop: see what's eating CPU and memory right now 2. ps aux: list every running process with ownership 3. lsof -i: see which process owns which port 4. ss -tulnp: active connections
Tech Twitter πŸ’» Technology 61.1K 15.2x 375 Feb 28
2
[video] > study kubernetes all week > learn pods > learn services > learn ingress > practice kubectl commands > feel ready for devops interview > join interview > confident > interviewer: "difference between udp and tcp?" > interviewer: "how dns works?" > interviewer: "what happens when
Tech Twitter πŸ’» Technology 52.2K 12.4x 563 Mar 8
3
[text] As a DevOps engineer in 2026, learn these 11 skills to stay relevant in this job market: 1. Linux Fundamentals - processes, systemd, permissions, networking basics 2. Networking - DNS, TCP/IP, HTTP/HTTPS, load balancers, TLS 3. Cloud Basics - AWS/Azure/GCP core services, IAM,
DevOps | SRE Technology 42.2K 10.2x 489 Mar 5
4
[text] 10 infrastructure patterns you should know to design scalable systems: 1. Load Balancing Distributes incoming traffic across multiple servers so no single machine gets overwhelmed. 2. Database Replication Copies your database to multiple servers so reads can be distributed and
DevOps | SRE Technology 26.9K 6.4x 210 Mar 9
5
[text] 12 Terraform patterns you should understand for DevOps interviews: 1. Remote State with Locking - Explain how S3 + DynamoDB prevent state corruption in team environments 2. Module Design Principles - Show you understand input variables, outputs, and versioning strategies 3.
DevOps | SRE Technology 23.4K 5.4x 118 Mar 16
6
[image] DevOps Engineer job posting: CI/CD pipelines, Docker, Kubernetes, AWS, monitoring, automation DevOps Engineer interview: - "Write a function to detect if a linked list has a cycle" - "What's the time complexity of merge sort" - "Explain how a trie works"
DevOps | SRE Technology 23.0K 5.4x 101 Mar 10
7
[text] 10 Linux Commands Every DevOps Engineer Must Master for Troubleshooting 1. top/htop - Shows you which processes are eating your CPU and memory right now, updated live every few seconds so you can catch resource hogs 2. df -h - Displays disk space usage in human-readable format
DevOps | SRE Technology 20.1K 4.6x 84 Mar 22
8
[text] 15 DevOps projects you should have on your GitHub (real-world, not toy projects) 1. 3-tier web app stack: Nginx + Python/FastAPI + PostgreSQL with Docker Compose 2. HA load balancer setup: HAProxy + Keepalived (VIP failover) on 2 nodes 3. Redis caching layer: API + Redis +
Tech Twitter πŸ’» Technology 19.3K 5.3x 299 Feb 18
9
[video] How mfs start behaving after learning Kubernetes
DevOps | SRE Technology 19.2K 4.6x 120 Mar 7
10
[text] Linux - OS (free) Docker - containers (free) Kubernetes - orchestration (free) AWS - infra (pay as you go) Terraform - infra as code (free) GitHub Actions - CI/CD (free tier) Nginx - reverse proxy (free) Cloudflare - DNS + CDN (free) Prometheus - metrics (free) Grafana -
DevOps | SRE Technology 15.9K 3.6x 59 Mar 27
11
[text] 5 Kubernetes security mistakes junior DevOps engineers make: 1. Running containers as root user Your container runs with full admin privileges, so if someone hacks it, they own everything. Solution: Add 'runAsNonRoot: true' in your pod spec. 2. Not limiting what pods can access
DevOps | SRE Technology 15.9K 3.6x 61 Mar 18
12
[text] 21 lessons I learnt after 3 years in tech (for new engineers): 1. nobody cares how clever your code is. they care if it works. 2. shipping beats debating. 3. logs > opinions. 4. if you can’t explain it simply, you don't understand it. 5. most outages are config, not code. 6.
Tech Twitter πŸ’» Technology 11.8K 3.1x 96 Feb 22