Istio staged deployment¶
The term "istio-staged-deployment" is defined within a specific Skaffold configuration context.^[400-devops__07-Monitoring-and-Observability__k8s-istio__samples__cicd__skaffold__README.md:29]
Purpose¶
The istio-staged-deployment profile is designed to deploy a full monitoring and observability stack on Kubernetes, incorporating Istio for Service mesh management alongside visualization tools and sample workloads.^[400-devops__07-Monitoring-and-Observability__k8s-istio__samples__cicd__skaffold__README.md:29-31]
Deployment Profile¶
This profile orchestrates the deployment of several modules to create a complete environment^[400-devops__07-Monitoring-and-Observability__k8s-istio__samples__cicd__skaffold__README.md:29-31]:
- istio-base: The foundational Istio components.
- istio: The core Istio control plane (istiod).
- ingress: The Ingress Gateway for managing external traffic.
- kiali: A console for Istio service mesh management and visualization.
- bookinfo: The canonical Istio sample application used for demonstration.
This specific configuration is often utilized to demonstrate a comprehensive setup of Service mesh observability tools.^[400-devops__07-Monitoring-and-Observability__k8s-istio__samples__cicd__skaffold__README.md:29-31]
Related Concepts¶
Sources¶
400-devops__07-Monitoring-and-Observability__k8s-istio__samples__cicd__skaffold__README.md