clovis

2.1K posts

clovis banner
clovis

clovis

@clovistb

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

Texas Beigetreten Mart 2011
1.3K Folgt1.7K Follower
Angehefteter Tweet
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
clovis
clovis@clovistb·
@twtayaan The good news is that it didn’t collapse😆😆😆😆
English
1
0
1
10
Ayaan 🐧
Ayaan 🐧@twtayaan·
We use k3s because it's the same as Kubernetes, just more stable:
English
2
0
7
82
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
1
21
1.5K
clovis
clovis@clovistb·
@devops_nk He will send you an email and cc the HR.
English
1
0
1
16
Nandkishor
Nandkishor@devops_nk·
Friday afternoon and the manager starts looking for you.
English
8
3
15
901
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
1
0
13
279
Sparsh Bhardwaj
Sparsh Bhardwaj@Sparsh209·
Is your X analytics section working fine? Or am I the only one having issue🙄
English
8
0
17
356
clovis
clovis@clovistb·
@CPUFXRnDMV No problem This answer is enough 🙏
English
0
0
1
8
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
13
1.8K
clovis
clovis@clovistb·
@CPUFXRnDMV Deal 🤝 I’ll bring the beers if you bring lower latency for Brazil
English
0
0
1
30
clovis
clovis@clovistb·
@SaibrousFarms Yes The request is taking too much time to reach Brazil
English
0
0
0
41
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
0
108
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
66
Kritika
Kritika@kritikakodes·
I am a Vibe coder, scare me with one word.🤔
English
1K
16
724
118.8K
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
9
294
Jaydeep
Jaydeep@_jaydeepkarale·
@clovistb Move the users to Germany
English
1
0
3
168
Derrick Washington 💻🏀⛳️🏌🏾
@clovistb That's easily network latency caused by routing and distance. Implement CDN caching (CloudFront or Cloudflare) and use DNS routing...aka Route 53. You should see much improved responses.
English
1
0
4
160
Jaydeep
Jaydeep@_jaydeepkarale·
Software Devs trying to look busy after managing to pass off a 1 pointer as 5 pointer
English
4
0
15
1.5K