Hacker News new | ask | show | jobs
by frompdx 864 days ago
While it doesn't deal directly with cloud development, "Designing Data Intensive Applications" covers much of what you are interested in learning about such as large-scale or distributed applications.

"Kubernetes up and Running" covers the basics of what Kubernetes is and how to use it. Within the first few chapters you should be able to use what you have learned to deploy an application to an inexpensive hosting provider like DigitalOcean.

The best way to learn is to learn by doing. After those books that's what I recommend.

1 comments

Thanks for the recommendations. I’m definitely planning on trying to build something as I learn so the tip on DigitaOcean is appreciated too.