Ask HN: DevOps learning resources
11–20 of 68 posts
Re: Ask HN: DevOps learning resources
#12https://www.amazon.co.uk/Phoenix-Project-DevOps-Helping-Busi...
The DevOps Handbook is a sister book to The Phoenix Project which is more technically oriented around the practicalities of closer integration between Dev and Ops.
https://www.amazon.co.uk/DevOps-Handbook-World-Class-Reliabi...
Re: Ask HN: DevOps learning resources
#13You can check it out here: http://links.ozkatz.com/
Re: Ask HN: DevOps learning resources
#14Re: Ask HN: DevOps learning resources
#15Re: Ask HN: DevOps learning resources
#16Well, the best way to learn is to actually do something. Create a small service in your favourite framework. Something really small, an echo service will probably suffice. Then stop "developing" and switch on "Ops mode". Automate: - builds (build & packaging scripts) - deployments - try all 3 major approaches: - push deployment: running a command on a central server that orchestrates everything (Ansible, Salt, chef-s…
Does statuspage.io have free trial accounts? Integrate with them for your demo/trial using API calls. Bonus points if you pull in applications metrics to your status page (response time, etc).
Re: Ask HN: DevOps learning resources
#17For starters, we have an entire web portal with thousands of free community-written articles about DevOps-related topics: https://dzone.com/devops
We also have several Refcardz (cheatsheets) on a variety of DevOps related topics:
Deployment Automation Patterns https://dzone.com/refcardz/deployment-automation-patterns
Continuous Integration Servers https://dzone.com/refcardz/continuous-integration-servers
Continuous Delivery Patterns https://dzone.com/refcardz/continuous-delivery-patterns
And for an introductory overview, we provide topical research and best practices Guides. Here is our latest 2017 DevOps Guide: https://dzone.com/guides/devops-continuous-delivery-and-auto...
Re: Ask HN: DevOps learning resources
#18Re: Ask HN: DevOps learning resources
#19I made a mind map for learning DevOps : https://learn-anything.xyz/programming/software-development/... Clicking on nodes with a map will go to other mind maps with resources.
Re: Ask HN: DevOps learning resources
#20Ok, so that said, I would say that for an open source core like Jenkins, the source code is hands down the only documentation you can trust. And that's very, very frustrating at first. Trusting what's in a wiki is the easiest way to burn a day, believing something that was once (possibly) true to still be true. Most interfaces are not documented at all, beyond system generated documentation. A certain class of developers are fine with that, but many of us need a little push up the hill in order to script our way around these ecosystems effectively.
After accepting that the source code is the single source of truth, the job got a lot easier (and made me come across as far more of an expert). But it's a difficult sell to get other people interested in sharing this work.