This resource is no longer available
You may already know that Kubernetes can schedule more than just Containers, and that you can extend the API with your own Custom Resource Definition.
However, you might still ponder with the question: will extending Kubernetes be easy for you and your team?
In this blog post, learn how to extend the Kubernetes API and schedule your own workloads based on newly defined API extensions using Python.