How to export yaml from vultr
To view config · To list nodes
On this page
bash
export KUBECONFIG=`${KUBECONFIG}:/path/to/download/vke-as-as.yamlTo view config
bash
kubectl config viewTo list nodes
bash
kubectl get nodeshosting/vultr/kubectl.md
Related articles
- HostingReadmeHow to Deploy SFTPGo as an AWS Transfer Family Alternative
- HostingReadme(How to Configure a Firewall for a Cloud-Based Server (Linux & Windows) )[https://contabo.com/blog/how-to-configure-a-firewall-for-a-cloud-based-server-linux-windows/]
- HostingReadme(How to Create, Edit, and Delete DNS Records)[https://docs.digitalocean.com/products/networking/dns/how-to/manage-records/]
- HostingHow to Build & Run for Host NginxBuild the Image Run the Container Bound to Localhost Verify Host Port Security: Check that port 5000 is bound strictly to 127.0.0.1 and not 0.0.0.0: # 1. Symlink configuration if…