An open API service indexing awesome lists of open source software.

https://github.com/siddhantprateek/k8s-crds

Custom Resource Defination
https://github.com/siddhantprateek/k8s-crds

k8s-crd kubernetes kubeval

Last synced: 12 months ago
JSON representation

Custom Resource Defination

Awesome Lists containing this project

README

          

# k8s-crds

Requirements:
- `Kubernetes` (minikube)
- `KubeVal`

## Setting up

- Create custom resource defination
```bash
kubectl apply -f definition/custom-definition.yml
```

- Create custom resource
```bash
kubectl apply -f resources/*
```
## Author
[Siddhant Prateek Mahanayak](https://github.com/siddhantprateek)