Part 3: Building A Platform Engineering Environment On Kubernetes

Part 3: Building A Platform Engineering Environment On Kubernetes

Part 3 is here! In parts 1 and two, you learned about:

1. How to build a Kubernetes cluster as an underlying platform.
2. How to implement platform capabilities.

If you missed the live, you can get the recordings here:
– https://www.youtube.com/watch?v=q7NYYumLs5Y&t=65s
– https://www.youtube.com/watch?v=eytwhnZHxsg

In part 3, you’ll learn about Platform Interfaces and Interactions (think IDP).

Kubernetes is one of the primary ways you can implement Platform Engineering

With tools/methods like Operators, Kubevirt, Cluster API, and Crossplane, Kubernetes can be THEE underlying platform of choice.

Think about it – you can do everything from creating VM’s to deploying resources outside of Kubernetes and managing all of it in a declarative fashion.
#kubernetes#devops #platformengineering