Revision history of "Kubernetes/Echoserver"

Jump to navigation Jump to search

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

  • curprev 13:27, 30 September 2022Pio2pio talk contribs 1,610 bytes +7
  • curprev 13:26, 30 September 2022Pio2pio talk contribs 1,603 bytes +1,603 Created page with "Google echo-server deployment for testing ingress, networking access and any other related L7 communication related challenges. {{Note|Below you may need to update the ingress object as it is GKE ingress implementation here.}} <source lang=yaml> apiVersion: apps/v1 kind: Deployment metadata: name: echoserver namespace: echoserver spec: replicas: 1 selector: matchLabels: app: echoserver template: metadata: labels: app: echoserver..."