
There are plenty of ways to deploy applications onto Kubernetes:
kubectl applyMost teams start at the simple end and stay there. And they should, most applications don’t need anything more complicated than a Deployment, a few ConfigMaps, and a kubectl apply -k.