A kubectl plugin for opening the control panel page of DigitalOcean resources directly in your web browser.
kubectl-doweb is a kubectl plugin for opening DigitalOcean resources in a web browser. For example, if you have a LoadBalancer Service in your DOKS cluster, this plugin will let you open the corresponding page of the Load Balancer in the DigitalOcean Control Panel.
To use, run kubectl doweb <type> <name>
:
<type>
being the resource type<name>
being the resource name. The supported types are: cluster
, node (no)
, service (svc)
, persistentvolume (pv)
, and persistentvolumeclaim (pvc)
.Examples:
kubectl doweb cluster
kubectl doweb node pool-c0yaq2bd6-95th
kubectl doweb --namespace nginx-ingress service nginx-ingress
kubectl doweb pvc kibana-data-01
Please see the project’s GitHub page for detailed instructions on how to install and use it.
by: Kamal NasserMay 27, 2020Visit site
This textbox defaults to using Markdown to format your answer.
You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!
Have you created an Integration, API Wrapper, Service, or other Tool that helps developers build on DigitalOcean? Help users find it by listing it in Community Tools.
Nice. Thanks