Manage Microservice Communication with Kubernetes and Istio Service Mesh
Overview |
---|
1. Create your Cloud environment |
2. Setup your work environment |
3. Install the Cloud Native Starter sample app |
4. Telemetry |
5. Traffic Management |
6. Secure your services |
Additional Information, Tips
After 30 minutes of inactivity and after 4 hours of continuous work the Cloud Shell is reset.
To resume your work:
git clone https://github.com/Harald-U/istio-handson.git
cd istio-handson/deployment/
./get-env.sh
source local.env
./show-urls.sh
You are ready to go again!
Execute the following script (in deployment directory):
./delete-all.sh
It disables mTLS and deletes the Cloud Native Starter smaple and its Istio configuration. It does not delete the LogDNA Agent, if installed, you can delete the DaemonSet manually. It also does not delete Istio.
Please remember: the lite Kubernetes cluster will be automatically removed after 30 days.