Skip to content

Instantly share code, notes, and snippets.

@mehar
Created July 27, 2020 16:46
Show Gist options
  • Save mehar/2e0ca4f97044dcb409a342debea122d1 to your computer and use it in GitHub Desktop.
Save mehar/2e0ca4f97044dcb409a342debea122d1 to your computer and use it in GitHub Desktop.
Discover k8s resources
```
kubectl api-resources
```
Fetch resource schemas
```
kubectl explain replicaset --recursive
```
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment