Figure in comments
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
A simple test file |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# This is the script that performs the step by step procedure to bring up an edge GW. | |
# We use KinD as our cluster environment the first section sets up the environment | |
# | |
# The prequisites and version info is as follows. | |
# The two clusters must have network rechability to each other. We use mettallb to help achieve that | |
# Pod level reachbility is not required. | |
# The kube apiservers in each cluster must be able to reach each other. Appropriate Kind settings allow that. | |
# | |
# kind version | |
# kind v0.11.1 go1.17.2 linux/amd64 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- | |
apiVersion: v1 | |
kind: Service | |
metadata: | |
name: istiod-cp-v111x | |
namespace: istio-system | |
spec: | |
clusterIP: None | |
ports: | |
- name: grpc-xds |