clovis

2.2K posts

clovis banner
clovis

clovis

@clovistb

Chasing Kubernetes wisdom • DevOps Engineer • laC addict • Building platforms

Texas 가입일 Mart 2011
1.3K 팔로잉1.7K 팔로워
고정된 트윗
clovis
clovis@clovistb·
I have two EC2 instances. EC2-A → client EC2-B (10.0.2.15)→ server running an app on port 8080 From EC2-A: curl http://10.0.2.15:8080 → works ✅ ping 10.0.2.15 → fails ❌ Security group is open for TCP 8080. Why does ping fail while curl works?
English
41
20
290
52K
Effie Njoki🇰🇪
Effie Njoki🇰🇪@effiecancode·
@clovistb Devops engineers learn a database so they know who to blame, database engineers don’t learn CI/CD because they already know who to blame.
English
1
0
2
118
clovis
clovis@clovistb·
Recruiters always ask DevOps engineers to master at least one database but why don’t they ask database engineers to master at least one CI/CD tool?
English
8
2
32
2.2K
clovis
clovis@clovistb·
@Guptha933907 Rollback depends on the workload and applications running on the cluster.
English
1
0
0
12
clovis
clovis@clovistb·
Kubernetes Upgrade Tip 8/10 This tip is for those who haven’t set up a cluster yet 1 -  You need a real cluster to practice
Use kubeadm or EKS 2 -  If kubeadm feels hard, use my setup
👉 Link in first comment I already did the hard part for you.
Just run one command and start practicing upgrades immediately. Run one command and you get: - 1 control plane - 2 worker nodes - Kubernetes v1.34 ready 3 - Practice upgrades every day - Change Kubernetes version - Run the upgrade - See what breaks and fix it Repeat this at least 10 times After that, you won’t guess anymore
You’ll understand upgrades and explain them in simple terms
clovis@clovistb

Kubernetes Upgrade Tip 7/10 Before upgrading your cluster, configure a Pod Disruption Budget (PDB). During upgrades, Kubernetes may evict pods when nodes are drained. Without a PDB, too many pods can disappear at once. A PDB guarantees that a minimum number of pods stay available. #Kubernetes #DevOps #SRE

English
2
2
9
623
clovis
clovis@clovistb·
@twtayaan The good news is that it didn’t collapse😆😆😆😆
English
1
0
1
181
Ayaan 🐧
Ayaan 🐧@twtayaan·
We use k3s because it's the same as Kubernetes, just more stable:
English
4
7
81
12.5K
clovis
clovis@clovistb·
@devops_nk He will send you an email and cc the HR.
English
1
0
2
43
Nandkishor
Nandkishor@devops_nk·
Friday afternoon and the manager starts looking for you.
English
9
4
19
1.4K
Yoshik K
Yoshik K@AskYoshik·
been in vietnam for 9 days now, last day today and i kept it just to relax, do nothing, no plans and i realised something slightly uncomfortable i don't really know how to sit idle anymore first 2-3 days felt amazing, new place, new food, no pressure, mind slows down a bit by day 5-6 you actually feel reset, like your brain cleaned some cache but after that, it starts getting weird you open your phone not because you want to relax, but because you're itching to do something, solve something, build something like your default state is no longer rest, its engage and then you realise maybe it's not burnout, maybe its just how you've wired yourself over time too much vacation doesn't feel like freedom anymore, it starts feeling like drift for me at least, 5-6 days seems like that sweet spot where you disconnect just enough to reset but not so much that you lose momentum anything beyond that and you're not relaxing, you're just waiting to get back to doing something meaningful again
Yoshik K tweet media
English
2
0
16
391
Sparsh Bhardwaj
Sparsh Bhardwaj@Sparsh209·
Is your X analytics section working fine? Or am I the only one having issue🙄
English
9
0
19
427
Derrick Washington 💻🏀⛳️🏌🏾
@clovistb Well Route 53 will create multiple DNS records for same domain...one per AWS region. On every query it will select the lowest latency from users location. I could go into more detail but I'm not a paid X user so my character limit hits quick. Good question though. 😉
English
1
0
2
51
clovis
clovis@clovistb·
Your application responds in 80 ms in Germany but 520 ms in Brazil. The backend is in Germany. The code is the same. So what’s causing the difference? How would you fix it?
English
12
0
14
2K
clovis
clovis@clovistb·
@CPUFXRnDMV Deal 🤝 I’ll bring the beers if you bring lower latency for Brazil
English
0
0
1
31
clovis
clovis@clovistb·
@SaibrousFarms Yes The request is taking too much time to reach Brazil
English
0
0
0
47
Owolabiyusuff_
Owolabiyusuff_@SaibrousFarms·
@clovistb #Latency The application server might be sitting right in 🇩🇪 with a fast latency through-put or responses of 80ms and 520ms in 🇧🇷 due to the above aforementioned…likewise, #Traffic #Distances 🇩🇪 > 🇧🇷 = Traffic Distances Covered I want to learn Snr.
English
1
0
1
118
Frank Samuel(Nnabugo)
Frank Samuel(Nnabugo)@franknnabugo·
@clovistb Latency.. Your backend is hosted in server very far from users in Brazil.. To fix it, spin up an instance of your backend close to users in Brazil..?
English
1
0
1
67
Kritika
Kritika@kritikakodes·
I am a Vibe coder, scare me with one word.🤔
English
1K
16
732
120.2K
Uday👨‍💻
Uday👨‍💻@uday_devops·
Geographic latency and the physical limitations of long-distance data transmission. - Use a CDN with edge caching using Cloudflare, for example. - Deploy a regional backend and run your app in AWS sa-east-1. - Use a global load balancer to route users to the nearest healthy backend automatically. - Place database read replicas in the region so the Brazil backend doesn't need to reach back to Germany for data.
English
1
1
10
308