Leverage ASM Managed (CP+DP)
Closed this issue · 2 comments
mathieu-benoit commented
https://cloud.google.com/service-mesh/docs/managed/service-mesh
And have something like this with Kubernetes manifests (GitOps/ConfigSync ready):
gcloud beta container hub mesh enable
cat <<EOF > asm.yaml
apiVersion: v1
kind: Namespace
metadata:
name: istio-system
---
apiVersion: mesh.cloud.google.com/v1alpha1
kind: ControlPlaneRevision
metadata:
name: asm-managed
namespace: istio-system
spec:
type: managed_service
channel: rapid
EOF
kubectl apply -f asm.yaml
Make sure it supports distroless
,Istio CNI, Private cluster, Shared VPC? https://cloud.google.com/service-mesh/docs/managed/supported-features-mcp
mathieu-benoit commented
That's a GO! There is no limitations, MCP (MDP) sounds amazing!
- Install: https://cloud.google.com/service-mesh/docs/managed/service-mesh
- Architecture: https://cloud.google.com/service-mesh/docs/overview#managed_anthos_service_mesh
- Limitations: https://cloud.google.com/service-mesh/docs/managed/service-mesh#limitations
- Optional features: https://cloud.google.com/service-mesh/docs/managed/optional-features
mathieu-benoit commented
Done via asmcli
: c7fdf55