|
|
|
|
|
by fjasdfwa
358 days ago
|
|
kube-apiserver uses a JSON REST API. You can use whatever serializes to JSON. YAML is the most common and already works directly with kubectl. I personally use TypeScript since it has unions and structural typing with native JSON support but really anything can work. |
|