Skip to content

Instantly share code, notes, and snippets.

@youngkin
Last active March 15, 2020 21:42
Show Gist options
  • Save youngkin/930f514f23decc2dcb65606f0c3f10c7 to your computer and use it in GitHub Desktop.
Save youngkin/930f514f23decc2dcb65606f0c3f10c7 to your computer and use it in GitHub Desktop.
Verifying Traefik installation
someuser:Traefik$ ks get svc -o wide
NAME TYPE CLUSTER-IP EXTERNAL-IP PORT(S) AGE SELECTOR
...
my-traefik-release NodePort 10.97.220.150 10.0.0.100 80:31214/TCP,443:30308/TCP 155m app=traefik,release=my-traefik-release
my-traefik-release-dashboard ClusterIP 10.98.204.144 <none> 80/TCP 156m app=traefik,release=my-traefik-release
someuser:Traefik$ ks describe svc my-traefik-release
Name: my-traefik-release
Namespace: kube-system
Labels: app=traefik
chart=traefik-1.71.2
heritage=Tiller
release=my-traefik-release
Annotations: <none>
Selector: app=traefik,release=my-traefik-release
Type: NodePort
IP: 10.97.220.150
External IPs: 10.0.0.100
Port: http 80/TCP
TargetPort: http/TCP
NodePort: http 31214/TCP
Endpoints: 10.244.1.83:80
Port: https 443/TCP
TargetPort: httpn/TCP
NodePort: https 30308/TCP
Endpoints: 10.244.1.83:8880
Session Affinity: None
External Traffic Policy: Cluster
Events: <none>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment