7 ms·
Others have mentioned CDK, but I want to say that this is almost the exact approach I took on a project recently and it worked out fine. Node script that valida
by grncdr 3y ago
Others have mentioned CDK, but I want to say that this is almost the exact approach I took on a project recently and it worked out fine. Node script that validates a few arguments and generates k8s manifests as JSON to be fed into `kubectl apply`.
IME, here's no need to involve anything more complicated if your deployment can be described solely as k8s manifests.