Workspace DKP Catalog Applications
Catalog applications are applications provided by D2iQ for use in your environment.
Install the DKP catalog via the CLI
Follow these steps to install the DKP catalog from the CLI.
Refer to Install DKP in an Air-gapped Environment with Catalog Applications instructions, if you are running in air-gapped environment.
Set the
WORKSPACE_NAMESPACE
environment variable to the name of your workspace’s namespace:CODEexport WORKSPACE_NAMESPACE=<workspace namespace>
Create the
GitRepository
:CODEkubectl apply -f - <<EOF apiVersion: source.toolkit.fluxcd.io/v1beta1 kind: GitRepository metadata: name: dkp-catalog-applications namespace: ${WORKSPACE_NAMESPACE} labels: kommander.d2iq.io/gitapps-gitrepository-type: catalog kommander.d2iq.io/gitrepository-type: catalog spec: interval: 1m0s ref: tag: v2.3.3 timeout: 20s url: https://github.com/mesosphere/dkp-catalog-applications EOF
Verify that you can see the DKP workspace catalog
Apps
available in the UI, and in the CLI, usingkubectl
:CODEkubectl get apps -n ${WORKSPACE_NAMESPACE}
Workspace DKP catalog applications
Name | App ID | Supported Kubernetes version |
---|---|---|
kafka-operator-0.20.0 | kafka-operator | 1.21 |
kafka operator-0.20.2 | kafka-operator | 1.21 - 1.23 |
spark-operator-1.1.6 | spark-operator | 1.21 |
spark operator-1.1.17 | spark-operator | 1.21 - 1.23 |
zookeeper-operator-0.2.13 | zookeeper-operator | 1.21 - 1.23 |