Ask HN: Best resource for learning devops as an engineer (js/ruby)?
📰 Hacker News · mmanfrin
Learn DevOps fundamentals as an engineer to improve expertise and fill knowledge gaps in server setup, load balancing, and service management
Action Steps
- Learn the basics of server setup using Linux and a cloud provider like AWS or DigitalOcean
- Configure a load balancer like nginx to route traffic to different services
- Use a secrets management tool like Hashicorp's Vault to securely share secrets
- Set up a containerization platform like Docker to manage services
- Use an orchestration tool like Kubernetes to automate service deployment and management
Who Needs to Know This
Engineers who work with DevOps teams or want to improve their skills in setting up and managing servers, load balancers, and services will benefit from this knowledge
Key Insight
💡 DevOps is a crucial skill for engineers to learn, and it involves understanding server setup, load balancing, service management, and security
Share This
🚀 Improve your DevOps skills and learn to set up servers, load balancers, and services like a pro! 💻
Key Takeaways
Learn DevOps fundamentals as an engineer to improve expertise and fill knowledge gaps in server setup, load balancing, and service management
Full Article
In my career I've been spoiled with terrific devops coworkers who have generally handled everything from code to deploy. As a result, I feel I lack in expertise about devops that I should know as an engineer. Sideprojects of mine end up going on PaaS services like Heroku or Zeit and I don't really learn what it means to set up a server. For instance, I could tell you that you likely have a load balancer (like nginx) which you can use to point routes to different services, and I know that services are going to be things like node instances running my code; but everything I know is fairly superficial and lacking in depth. What is the best way to share secrets? Is there a standard way of having your load balancer know what services to feed to? How does a load balancer that defines routes work with a rails or express instance that also defines routes? Should all my services be built on vagrant, or has docker made that less useful? I've been having trouble filling in these ga
DeepCamp AI