Custom Resources
A custom resource is an extension of the Kubernetes API that is not necessarily available in a default Kubernetes installation. It represents a customization of a particular Kubernetes installation. However, many core Kubernetes functions are now built using custom resources, making Kubernetes more modular.
More Details: https://kubernetes.io/docs/concepts/extend-kubernetes/api-extension/custom-resources
The Custom Resources tab displays a list of all Custom Resources defined within your Kubernetes cluster. Selecting a specific custom resource (e.g., "X") will display a list of all the custom resources of type "X" that have been created in your cluster.
You can also create a new Custom Resources from this tab.
To create a Custom Resources, simply:
- Click on the ‘+ Custom Resources' button
- Provide the yaml/json definition of the Custom Resources (You can write the definition here or upload it from your machine)
- Click on apply
Next Page
All Resources