derailed / k9s

🐶 Kubernetes CLI To Manage Your Clusters In Style!
https://k9scli.io
Apache License 2.0
27.18k stars 1.7k forks source link

Support Knative services #690

Open IGassmann opened 4 years ago

IGassmann commented 4 years ago

It would be nice for k9s to support Knative services (a.k.a. kservice or ksvc).

cmoulliard commented 2 years ago

I fully agree as currently this is really a pain to consult knative services as k9s cannot find them

Example:

[snowdrop@h01-121 ~]$ kc get services.serving.knative.dev -n tap-demo
NAME                       URL                                                              LATESTCREATED                    LATESTREADY                      READY   REASON
quarkus-app                http://quarkus-app.tap-demo.94.130.111.125.nip.io                quarkus-app-00001                quarkus-app-00001                True
rmq-sample-app-usecase-1   http://rmq-sample-app-usecase-1.tap-demo.94.130.111.125.nip.io   rmq-sample-app-usecase-1-00003   rmq-sample-app-usecase-1-00003   True
tanzu-java-web-app         http://tanzu-java-web-app.tap-demo.94.130.111.125.nip.io         tanzu-java-web-app-00001         tanzu-java-web-app-00001         True

but

Screenshot 2022-02-21 at 09 46 43 Screenshot 2022-02-21 at 09 46 33