Cloudogu GmbH’s Post

Cloudogu GmbH reposted this

View profile for Johannes Schnatterer, graphic

Technical Lead Consulting and Infrastructure at Cloudogu GmbH

Absolutely delighted to share that the #GitOps Playground now runs on Mac, Windows and Linux. https://lnkd.in/dFUwqZa9 Create a complete GitOps-based operational stack including Kubernetes on your machine with only one command 🤯 👇️

  • Command to start playground locally:

bash <(curl -s \
  https://raw.githubusercontent.com/cloudogu/gitops-playground/main/scripts/init-cluster.sh) --bind-ingress-port=80 \
  && docker run --rm --pull=always -u $(id -u) \
    -v ~/.config/k3d/kubeconfig-gitops-playground.yaml:/home/.kube/config \
    --net=host \
    ghcr.io/cloudogu/gitops-playground --yes --argocd --base-url=http://localhost
  • Features of the GitOps playground:
* Deployment: GitOps via Argo CD with a ready-to-use repo structure
* Monitoring: Prometheus and Grafana
* Secrets Management: Vault and External Secrets Operator
* Pipelines: Example applications using Jenkins and SCM-Manager
* Notifications/Alerts: MailHog for demo purposes
Dr. Marco Börger

World class software for Spectrum Management & Monitoring, Developer Advocate, Management System Excellence

7mo

Great and thanks a lot for this next of a series of useful guide and reference material for the still so foggy subject matter of end-to-end gitops! It seems to be true, as the old saying ist, that real innovation just happens at the front and explanations, theory, example, not to say literature, lag behind a couple of years. This helps teams to close the gap. 👍

To view or add a comment, sign in

Explore topics