Kubernetes API is a regular HTTP REST API.
Much like any other API, it can be extended:
- By adding new endpoints
- By adding new request handlers
Adding a new endpoint is as simple as registering a Custom Resource. But how to add a new request handler? 🔽
Much like any other API, it can be extended:
- By adding new endpoints
- By adding new request handlers
Adding a new endpoint is as simple as registering a Custom Resource. But how to add a new request handler? 🔽
You can read more about the ways to extend the Kubernetes API in my recent write-up 🔽
iximiuz.com
iximiuz.com
Loading suggestions...