AppMesh on EKS examples. Assume the cluster name is `test3`
apiVersion: appmesh.k8s.aws/v1alpha1 | |
kind: VirtualNode | |
metadata: | |
# Matches APPMESH_VIRTUAL_NODE_NAME=mesh/global/virtualNode/podinfo-demo envvar injected to pods by appmesh-inject | |
# so that appmesh-controller can locate this virtual node from the pod | |
name: podinfo | |
namespace: demo | |
spec: | |
meshName: global | |
listeners: | |
- portMapping: | |
port: 9898 | |
protocol: http | |
serviceDiscovery: | |
cloudMap: | |
namespaceName: demo-test3 | |
serviceName: podinfo |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment