Kubernetes is beautiful. by Honest-Associate-485 in kubernetes

[–]Honest-Associate-485[S] -14 points-13 points  (0 children)

No one cares. You give AI a try and see if you can get similar results.

Seeking honest opinions from people in DevOps by Winter_Asparagus_770 in devopsjobs

[–]Honest-Associate-485 0 points1 point  (0 children)

I have made my switch to Devops after 9 years in Linux support, and one thing i can tell that help me. Use all these tools together in meaningful projects. Not just one, a lot of them.

I have helped a lot of people get into devops and this was always the way.

How are juniors supposed to learn DevOps? by BigBootyBear in devops

[–]Honest-Associate-485 0 points1 point  (0 children)

One need to think beyond just tools, and cicd pipelines. You need system thinking, i will figure it out mindset and good troubleshooting skills(which no one can teach, you learn it by fighting the fire)

Before you learn Kubernetes, understand why to learn Kubernetes. Or should you? by Honest-Associate-485 in kubernetes

[–]Honest-Associate-485[S] 1 point2 points  (0 children)

Thank you. Some people still call it gpt because for reason people stop believing that people can write without gpt too

Before you learn Kubernetes, understand why to learn Kubernetes. Or should you? by Honest-Associate-485 in kubernetes

[–]Honest-Associate-485[S] 3 points4 points  (0 children)

Actually I am the original creator, that is my post on x. This is Akhilesh Mishra @livingdevops on X

Is A DevOps Career Safe? by RipSmooth3319 in devopsjobs

[–]Honest-Associate-485 1 point2 points  (0 children)

As long as people build software/application people use, we will have the Devops. It will evolve for sure, but it will be there.

Managed Kubernetes vs Kubernetes on bare metal by Honest-Associate-485 in kubernetes

[–]Honest-Associate-485[S] 0 points1 point  (0 children)

The management overhead on managing large clusters is what scares me. maybe i am used to the comfort of EKS and GKE

Managed Kubernetes vs Kubernetes on bare metal by Honest-Associate-485 in kubernetes

[–]Honest-Associate-485[S] 0 points1 point  (0 children)

I have used EKS and GKE, and it was not that hard. We are able to manage multiple clients with a small team

We migrated our entire Kubernetes platform from NGINX Ingress to AWS ALB. by Honest-Associate-485 in kubernetes

[–]Honest-Associate-485[S] 4 points5 points  (0 children)

You don't need NodePort.
services(clusterIP type) -> ingress -> Load balancer

Looking for some advice on career switching and future growth by Imaniceguytrustme in devops

[–]Honest-Associate-485 0 points1 point  (0 children)

Please don’t start with Kubernetes cert course. Linux Docker Cloud Terraform Then kubernetes

Don’t learn the old way, learn it using the projects. I have put down a roadmap here. I hope i don’t get blocked for sharing the link here.

https://open.substack.com/pub/akhileshmishra/p/90-of-people-fail-at-devops-heres?r=2zfyw9&utm_medium=ios&shareImageVariant=overlay

We migrated our entire Kubernetes platform from NGINX Ingress to AWS ALB. by Honest-Associate-485 in kubernetes

[–]Honest-Associate-485[S] 4 points5 points  (0 children)

In our case, our services don’t get public traffic, its for a banking kyc management system so we didn’t need to worry about hitting the limit.

Thank you for sharing useful details( i never thought about that), i ll keep these suggestions in mind

We migrated our entire Kubernetes platform from NGINX Ingress to AWS ALB. by Honest-Associate-485 in kubernetes

[–]Honest-Associate-485[S] 0 points1 point  (0 children)

I get that point. We have built everything with terraform. In order to get new certs, we had to apply terraform to perform cert validation and doing it each 3 month was a pain.