This repository has been archived by the owner on Apr 2, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 12
API Ingress Troubleshooting
Yuriy Lesyuk edited this page Nov 10, 2020
·
1 revision
Checking a ping proxy along its execution path.
Identify Cluster IP for apigee-runtime pod in dc1-cluster.
kubectl get svc
Output
apigee-runtime-emea-cs-hybrid-demo2-test ClusterIP 10.48.0.253
Check endpoints for the apigee-runtime-*-test server
k describe svc apigee-runtime-emea-cs-hybrid-demo2-test
Output
...
Endpoints: 10.44.0.11:8443,10.44.1.13:8443
To execute requests within a cluster, we will use busyboxplus:curl container.
# https://hub.docker.com/r/radial/busyboxplus
kubectl --context dc1-cluster run curl --generator=run-pod/v1 -it --image=radial/busyboxplus:curl
After logging into the busybox with curl configured in it:
# dc1-cluster cluster ip
curl https://10.48.0.253:8443/ping -v -k
# dc2-cluster cluster ip
curl https://10.48.16.241:8443/ping -v -k
- TADA: Apigee Hybrid Container Traffic Analysis with tcpdump for Target Requests
- TADAA: Cloud Code IDE Java Callout Debugging
- Hybrid Ingress Walkthrough 1.5
- Hybrid CRD Objects Diagram 1.3.2
- List of Components for Air-gapped Deployments
- GKE/EKS Multi-cloud Small Topology 1.4 [single-project] | AHR Profile Quick Start
- Single-Zone Cluster, Small footprint 1.1
- Multi-Zone Cluster, Large footprint 1.1
- Multi-Region Cluster, Large footprint 1.1
- Private Cluster
- Performance Testing: distGatling
- Delete Hybrid Installation
- Hybrid Ingress Walkthrough 1.3