Hi, I have a static React website set up on Digital Oceans App Platform. I was going to connect this to a Digital Ocean hosted Kubernetes Cluster for the nodejs but I am not sure on how to do this? My question is. Is ...
1 answer • 11 days ago • By jasdeep dhadialDigitalOcean App PlatformDigitalOcean Managed Kubernetes
I have a service A inside a Digital Ocean managed kubernetes cluster that makes HTTP requests to another service B (in the same cluster), using the publicly available hostname. Recently we changed the IP address of th...
No answers yet • 12 days ago • By Kwinten De BackerDigitalOcean Managed KubernetesDNS
I have some NodeJS based internal backend services running on Kubernetes. I would like to use a SSL certificate for those services. Model: Browser -> SSL -> Load Balancer -> SSL -> Web App - Need SSL here -> Backend s...
Accepted Answer: Hello, One way to do this would be to generate a self-signed SSL certificate. You can do that by following the instructions from step 2 from this tutorial here: https://www.digitalocean.com/community/tutorials/how-to-...
1 answer • 20 days ago • By Karthik MynamDigitalOcean Managed KubernetesKubernetesMicroservices
Hi, I started to learn some kubernetes for our project. Firstly created kubernetes cluster and added ingress-nginx from marketplace. After that follow this tutorial to deploy a api service. After tha deploy my project...
No answers yet • 27 days ago • By abdullahDigitalOcean Managed KubernetesDockerKubernetesMicroservicesNginx
I want to use Digital Ocean as the managed Kubernetes platform for one of my clusters. However, I want to join some worker nodes from a different cloud platform (Amazon / AWS EC2 instances) to my Kubernetes master nod...
1 answer • 27 days ago • By Trevor SullivanDigitalOcean Managed KubernetesKubernetes
I have the following deployment configuration file for a .NET core 5.0 web api which I am trying to deploy on my DigitalOcean Kubernetes Cluster apiVersion: apps/v1 kind: Deployment metadata: name: test-email labels: ...
No answers yet • 27 days ago • By JeroenAPIDigitalOcean Managed KubernetesDigitalOcean Managed Load Balancers
I was trying the kubernetes. I reduced the nodes from 3 to 1 and now I’m unable to increase the nodes while creating a cluster and even if I try to scale nodes in an existing cluster. I already requested to increase t...
1 answer • 27 days ago • By AdorableDarkBlueRaftDigitalOcean Managed Kubernetes
I have an kubernetes cluster running on DigitalOcean with multiple applications. Recently I tried using the 1 click app but got an error without any explenation. It just says: Installation failed try again. The app I ...
1 answer • 29 days ago • By CuteDarkBlueAxolotlDigitalOcean Managed KubernetesKubernetes
I want to deploy “cf for k8s” in DOKS (because I’m used to CF).My web app will need a Postgres database. Data storage will be very low (< 1 GB). At a bare minimum this would be: kubernetes cluster of 1 node 1vcpu 1GB ...
1 answer • 1 month ago • By piejanssensDigitalOcean Managed KubernetesDigitalOcean Managed Load BalancersDigitalOcean Managed PostgreSQL Database
Are there plans to allow for better k8s firewall management? It looks like fw is auto-generated when k8s clusters are created. I’d like to create my own with its own rules and have them auto-assign (or manually-assign...
1 answer • 1 month ago • By EthanDigitalOcean Cloud FirewallsDigitalOcean Managed KubernetesFirewallKubernetes
Hi, I have a k8s cluster with 3 nodes and a load balancer with an ingress IP address. I want to give my customers an IP address they can use to verify requests from my server. However, I realized that the IPs set in t...
No answers yet • 2 months ago • By Raymond TukpeDigitalOcean Managed KubernetesKubernetesLoad Balancing
I have installed nginx-ingress from 1-click apps but helm doesn’t see it. helm ls -n ingress-nginx could anybody suggest how I can fix it without destroying existing LoadBalancer?
1 answer • 2 months ago • By Ko BaDigitalOcean Managed KubernetesKubernetesNginx
The steps for getting the log in creditions for wordpress in this app https://marketplace.digitalocean.com/apps/wordpress-kubernetes are not working in CMD in windows. How can i find the log in credentions for the ins...
1 answer • 2 months ago • By Jack LondonDigitalOcean Managed KubernetesKubernetesWordPress
The steps for getting the log in creditions for wordpress in this app https://marketplace.digitalocean.com/apps/wordpress-kubernetes are not working in CMD in windows. How can i find the log in credentions for the ins...
1 answer • 2 months ago • By Jack LondonDigitalOcean Managed Kubernetes
https://docs.digitalocean.com/products/networking/floating-ips/how-to/outbound-traffic/ i try in this tutorial.and I can’t connect SSH, DirectAdmin, Website - When i change Primary IP to Floating IP. Please help me. M...
No answers yet • 2 months ago • By appapkvietnamDigitalOcean Managed Kubernetes
The kubectl cluster-info returns URL where the Kubernetes control plane is running at. None of my droplets / load balancers have the public IP address returned by nslookup of that URL. My questions are: What is exactl...
1 answer • 3 months ago • By rafalkaweckiDigitalOcean Cloud FirewallsDigitalOcean Managed Kubernetes
I am following the instructions to set up elasticsearch on a kubernetes cluster (https://www.digitalocean.com/community/tutorials/how-to-set-up-an-elasticsearch-fluentd-and-kibana-efk-logging-stack-on-kubernetes ). I ...
1 answer • 3 months ago • By jaskiemrDigitalOcean Managed KubernetesDigitalOcean Volumes
There seems to be some sort of issue with the “Backend keepalive” settingon the DO load balancers. Whenever I deploy new versions of pods to my cluster, there are a few seconds when 503 errors are returned for most we...
No answers yet • 3 months ago • By Leif FogedDigitalOcean Managed KubernetesDigitalOcean Managed Load Balancers
Because a Kubernetes deployment naturally entails multiple servers (i.e., Kubernetes nodes), it can be quite resource intensive in order to perform development and testing of a Kubernetes stack before shipping in prod...
3 months ago • By Alex GarnettDeploymentDigitalOcean Managed KubernetesKubernetes