skupperproject / skupper

Skupper is an implementation of a Virtual Application Network, enabling rich hybrid cloud communication.
http://skupper.io
Apache License 2.0
579 stars 70 forks source link

skupper expose pods #1210

Open pwright opened 1 year ago

pwright commented 1 year ago
$ kubectl get pods --show-labels
NAME                                          READY   STATUS    RESTARTS   AGE     LABELS
frontend-f7db4577c-8csfr                      1/1     Running   0          3h46m   app=frontend,pod-template-hash=f7db4577c

$ skupper expose pods pod-template-hash=f7db4577c --address front-label
Error: Unable to create skupper service: VAN service interfaces for pods not yet implemented

@fgiorgetti From a cli pov, should pods be removed from the expose cli help?

veenarm commented 9 months ago

I thought pods needed a selector?

so skupper expose pods app=frontend