Share link
Your question has been posted! Share it with others to increase its visibility and to get it answered quickly.
Get the latest tutorials on SysAdmin and open source topics.
A question can only have one accepted answer. Are you sure you want to replace the current answer with this one?
You previously marked this answer as accepted. Are you sure you want to unaccept it?
Hub for Good Supporting each other to make an impact
Write for DigitalOcean You get paid, we donate to tech non-profits.
Hacktoberfest Contribute to Open Source
I have completely followed the steps. However, in the nodes, I cannot see any external URL.
You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!
Hello, I wanted to connect to my kubernetes (limited availability) cluster from my gitlab repo, firstly I followed [this guide](https://github.com/kubernetes/dashboard/wiki/Creating-sample-user) and successfully created a user 'admin-user'...
I just set CD on DO k8s with github actions. When I deploy to DO k8s, I get authentication to DO k8s with my API token, which looks like `doctl auth init -t ${{ secrets.DO_TOKEN}}` Although it works like a charm. Everytime I make a...
What happens to Jenkins volume in scenario where Jenkins pod is redeployed to another worker node? I assume in this example Jenkins volume (Jenkins state/data) persists only on worker node where it was deployed and not across the cluster. So when...
Hi there, folks. I do have a 3-node-sized DO K8s cluster (for my apps and services), and a DO Droplet that runs my PostgreSQL. I'm planning on connecting them together using a K8s external service pretty much like this article...