- How to Configure Advanced Load Balancer Settings in Kubernetes Clusters
- How to Connect to a DigitalOcean Kubernetes Cluster
- How to Add Load Balancers to Kubernetes Clusters
- Build and Deploy Your First Image to Your First Cluster
- How to Enable Cluster Autoscaler for a DigitalOcean Kubernetes Cluster
- How to Add Volumes to Kubernetes Clusters
- How to Create Kubernetes Clusters
- DigitalOcean Kubernetes Changelog
- Kubernetes Quickstart
- How to Troubleshoot Load Balancer Health Check Issues
DigitalOcean Kubernetes
Generated on 18 Jun 2025
DigitalOcean Kubernetes (DOKS) is a Kubernetes service with a fully managed control plane, high availability, and autoscaling. DOKS integrates with standard Kubernetes toolchains and DigitalOcean’s load balancers, volumes, CPU and GPU Droplets, API, and CLI.
Quickstarts and intermediate tutorials to get started.
How to accomplish specific tasks in detail, like creation/deletion, configuration, and management.
API and CLI reference documentation for the DigitalOcean Kubernetes service, including example requests and available parameters.
Explanations and definitions of core concepts in Kubernetes.
Features, plans and pricing, availability, limits, known issues, and more.
Get help with technical support and answers to frequently asked questions.
Related Links
Choosing the best deployment platform for your business.
Maximize reliability for critical workloads and environments.
Framework to set up production-grade clusters.
Hands-on tutorial for going from day one to production on DOKS.
How customers build and scale their applications using DOKS and other DigitalOcean services.
Learn Kubernetes by starting with one of our preconfigured stacks.
Latest Updates
16 June 2025
-
We have enabled VPC-native cluster networking by default when you create new clusters using Kubernetes version 1.33 or higher using the `doctl`` command line interface or API. For more information, see Create a Cluster with VPC-native Networking.
-
Load balancer services now default to network load balancers (NLB) instead of regional load balancers on clusters running on Kubernetes version 1.33 or higher. Use the
service.beta.kubernetes.io/do-loadbalancer-type
annotation with a value ofREGIONAL
orREGIONAL_NETWORK
to change the load balancer type. -
We have enabled the Gateway API by default on clusters with VPC-native networking running on Kubernetes version 1.33 or higher. This feature is in public preview. You can use the Gateway API to manage ingress natively in a Kubernetes cluster, without the need for third-party ingress controllers.
12 June 2025
-
AMD Instinct MI300X GPUs are now available for DOKS clusters. These GPUs are available in a single GPU or 8 GPU configuration when creating new clusters or adding node pools to existing clusters. You can use these GPUs in the control panel and the API with the
gpu-mi300x1-192gb
andgpu-mi300x8-1536gb
slug, respectively.
7 May 2025
-
NVIDIA RTX 4000 and RTX 6000 Ada Generation GPUs are now available for DOKS clusters. You can choose these GPUs when creating new clusters or adding node pools to existing clusters using the control panel and the API with the
gpu-4000adax1-20gb
andgpu-6000adax1-48gb
slug respectively.
For more information, see all Kubernetes release notes.