Skip to content

Latest commit

 

History

History
142 lines (118 loc) · 8.69 KB

README.md

File metadata and controls

142 lines (118 loc) · 8.69 KB

Learning Resources for Platform Engineers

At Devops Days Philly 2024, we had a open spaces session to crowdsource learning resources for building Platform Engineer skills. This is the output of that session.

Resources are broken up by subject area, and there are a lot of subject areas. A lot of resources are free, but some are paid.

📺 Video
🎓 Certification
🎟 Conference
🧑‍💻 Online Training
📄 Online Reading
📕 Book
🔨 Tool
💡 Concept
Recommendation / advice

Security

Source Control / GitOps

Kubernetes / Container Orchestration

Continuous Integration / Delivery / Deployment (CI/CD)

Programming Languages

Cloud

System Administration

Infrastructure as Code (IAC)

  • 📕 The Terraform Book by James Turnbull
  • Do docs / tutorials on TF
  • 🧑‍💻 Plural Sight / A Cloud Guru
  • 📺 Pulumi Youtube Channel
  • Deploy your containers to cloud using IAC
  • 💡 Idempotency - writing your IAC in a way that it can be applied and the same result will occur, regardless of the initial state.
  • 💡 Immutable Infrastructure - writing your IAC that you only ever create and delete infrastructure, never update it.

Observability (o11y) / SLA / SLO

Microservices

PM / Product Planning


The following sections were discussed during the session, but we didn't have time to come up with resources for them. Feel free to submit any suggestions you might have!!

Marketing / Developer Relations (DevRel)

Networking

Internal Development Platforms (IDPs)

Capacity Engineering

Resilience Engineering

Financial Operations (FinOps)

Policy As Code (PAC)