Ecosystem-Core is a Helm chart that installs the core components (operators) required to run the Cloudogu Ecosystem on Kubernetes. It works standalone or via GitOps tools like Argo CD.
- A Kubernetes cluster with cluster-admin privileges (tested with recent LTS releases).
kubectl
andhelm
v3.8+ installed.- A namespace: The chart is namespace-scoped. You can install to any namespace (e.g., ecosystem).
The "Component" CustomResourceDefinition (CRD) must be installed in the cluster.
This is required by the k8s-component-operator
to manage component objects.
This chart can fail fast when required Secrets/ConfigMaps are missing. We use Helm’s lookup
during install to
verify they exist and (optionally) contain specific keys.
More information about the required CRDs, Secrets and ConfigMaps can be found here.
To simplify the creation of secrets and ConfigMaps, there is a make target that can be used in conjunction with a .env file:
cp .env.template .env
- Provide all information needed for Cloudogu's dogu registry, docker registry and helm registry
make install-component-crd
make registry-configs
- helm template fails: When no cluster is available set skipPreconditionValidation=true in
values.yaml
for dry runs. - Missing keys in Secret/ConfigMap: ensure keys are in .data key.
- OCI pull errors: verify helm registry login to Cloudogu's helm registry.
The Cloudogu EcoSystem is an open platform, which lets you choose how and where your team creates great software. Each service or tool is delivered as a Dogu, a Docker container. Each Dogu can easily be integrated in your environment just by pulling it from our registry.
We have a growing number of ready-to-use Dogus, e.g. SCM-Manager, Jenkins, Nexus Repository, SonarQube, Redmine and many more. Every Dogu can be tailored to your specific needs. Take advantage of a central authentication service, a dynamic navigation, that lets you easily switch between the web UIs and a smart configuration magic, which automatically detects and responds to dependencies between Dogus.
The Cloudogu EcoSystem is open source and it runs either on-premises or in the cloud. The Cloudogu EcoSystem is developed by Cloudogu GmbH under AGPL-3.0-only.
Copyright © 2020 - present Cloudogu GmbH This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, version 3. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public License for more details. You should have received a copy of the GNU Affero General Public License along with this program. If not, see https://www.gnu.org/licenses/. See LICENSE for details.
MADE WITH ❤️ FOR DEV ADDICTS. Legal notice / Imprint