Ask HN: What is the fastest way to ramp up on DevOps, k8 and GCP?
41–50 of 82 posts
Re: Ask HN: What is the fastest way to ramp up on DevOps, k8 and GCP?
#42Re: Ask HN: What is the fastest way to ramp up on DevOps, k8 and GCP?
#43Re: Ask HN: What is the fastest way to ramp up on DevOps, k8 and GCP?
#44[1]: https://www.manning.com/books/kubernetes-in-action-second-ed...
Re: Ask HN: What is the fastest way to ramp up on DevOps, k8 and GCP?
#45Re: Ask HN: What is the fastest way to ramp up on DevOps, k8 and GCP?
#46Re: Ask HN: What is the fastest way to ramp up on DevOps, k8 and GCP?
#47I would look at these topics and in this order: 1. Containerisation - can you build a hello world web app in any language then Dockerise it. 2. Now break it into two containers - one is the original hello world but now it calls an API on a 2nd container that responds with hello world in one of 10 different languages. Just hard code this the point is that it’s now 2 containers for your “app”. 3. Create a Docker reposi…
16. Avoid helm.
Re: Ask HN: What is the fastest way to ramp up on DevOps, k8 and GCP?
#48As the former owner of GKE at our company, read the official k8s docs. They are good. Read them all.
For example, for Docker Swarm and the Compose format, you have this: https://docs.docker.com/compose/compose-file/compose-file-v3...
Re: Ask HN: What is the fastest way to ramp up on DevOps, k8 and GCP?
#49"I have a limited time" You blagged your way through a job interview, didn't you?
not at all, but our devops guy ragequit the job and I want to be able to help piece things together if fire emerges, or help the team. Every engineer has some knowledge so together we're able to handle most of it. I want to use this opportunity to learn more. It's sad that you assume the worst in people.
If you're already comfortable with the basics, then focus on one particular element and master it. The other bits will come over time. I recommend Kubernetes as a focus, given your list.
Keep in mind at all times that the infrastructure serves the business.
Re: Ask HN: What is the fastest way to ramp up on DevOps, k8 and GCP?
#50Earlier quoted context omitted.
16. Avoid helm.
While I agree generally, this isn't helpful for someone trying to expand their knowledge. Helm is a popular tool, and it's important to understand it, when it's useful, and when it's not.