This is an example repository.
- applications: contains an application deployed by an IT operator, e.g. common monitoring or logging agent
- namespaces: creates three namespaces:
itops
,team-a
, andteam-b
, these namespaces are managed by the I - rbac: Kubernetes RBAC configurations
- team-a: contains a ConfigMap produced by IT operator to communicate some configuration to an application team
az k8sconfiguration create \
--resource-group AzureArc --cluster-name ${CLUSTER_NAME} \
--name cluster-config --scope cluster \
--cluster-type connectedClusters \
--operator-instance-name cluster-config --operator-namespace cluster-config \
--operator-params "'--git-readonly --registry-disable-scanning --sync-garbage-collection'" \
--enable-helm-operator false \
--repository-url https://github.com/slack/cluster-config.git