Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Next »

Kubernetes participant sample use case:

PMSH deployment from DCAE chart server using k8s-participant (docker):

Prerequisites:

  • CL runtime, DMaap and k8s-participant deployed and running.
  • DCAE up and running to deploy any DCAEGEN2-services like pmsh.
  • DCAE chart server (chart museum) installed and initialized with dcae helm charts.

In Istanbul, the following step is manual for configuring K8s-participant with k8s cluster :

Configure K8s-participant with an existing kubernetes cluster:


Login to the k8s-participant container and create a folder for Kubernetes config file under home directory and copy the cluster config:

Configure k8s cluster
docker exec -it <k8s-pod container id> sh

mkdir  ~/.kube ( create a file “config” with cluster config data)

chmod 600 ~/.kube/config





  • No labels