Skip to content

Latest commit

 

History

History
12 lines (11 loc) · 508 Bytes

common.md

File metadata and controls

12 lines (11 loc) · 508 Bytes

Common Steps

Please prepare Kubernetes Cluster deployed Proxy Controller and Host Controller DB. You can see usage in demo. You do not need to deploy proxies and services because they are deployed in several benchmark steps.

# In the demo directory
cd kubernetes/manifests
vim proxy-controller.yaml # Please replace the IP address 192.168.0.4 with that of the Host Controller DB.
kubectl apply namespace.yaml
kubectl apply proxy-controller.yaml