DEV Community

Discussion on: Is Docker the New Git?

Collapse
 
pojntfx profile image
Felicitas Pojtinger

I'd argue that it's not necessarly Docker (because with a "runtime" like OpenShift's templates it's pretty much auto-generates) - but Kubernetes sure is. Write your App, click "AutoDevOps" in GitLab - there you go, dependecy scanning, CI/CD and deployment to k8s. Kubernetes provides an equal playing field for every cloud provider, and it's "infrastructure as code" - perfection IMHO.
Also, typing helm install mediawiki has got something on it's own ;)