You are viewing an old version of this page. View the current version.
Compare with Current
View Page History
Version 1
Next »
This page explains the steps to deploy the ONAP4K8s behind an ISTIO Service mesh. It also explains how to expose the application behind the services to the outside world, enforce authentication policies and implement RBAC Rules.
Following are the steps to deploy the ONAP4K8s profile.
Clone the repository from the below link
git clone https://github.com/onap/multicloud-k8s.git
Deploy ISTIO Service mesh with mutual authentication enabled. This stage has 2 steps as below.a. Deploy ISTIO Operator - Refer README from here.
b. Deploy the ISTIO configuration - Refer README from here.
Deploy services - multicloud-k8s - Refer here