API
The Gcore Customer Portal is being updated. Screenshots may not show the current version.
Edge Cloud
Edge Cloud
OverviewBillingTerraform
API
Chosen image
Home/Edge Cloud/Managed Kubernetes/Overview

About Gcore Managed Kubernetes

Kubernetes is a container management system that can be deployed and used on our servers. Features of our Managed Kubernetes service include:

  • Bare Metal support. With Gcore, you can deploy the cluster nodes not only on Virtual Machines (VMs), but also directly on our Bare Metal servers. This allows you to improve performance and latency even further and avoid the noisy neighbors of VMs. For more information, refer to our article.
  • Secure master node management. You have access to your worker nodes, and our administrators alone manage the master nodes where the control planes are located. We restrict access to master nodes to guarantee security and stability, meaning that nobody unwanted can make changes and we can guarantee the stability of the service.
  • Flexible worker node configuration. You have complete control over the number of worker nodes in your cluster. Order as many nodes as you need with just one click.
  • Autoscaling. The system deploys new nodes and removes unnecessary ones based on real-time resource demands. You just set the minimum and maximum node limits, and the cluster will adapt accordingly. For more information, refer to our autoscaling product docs
  • Self-healing. The service constantly monitors the health of your nodes and automatically recovers failed ones if necessary.
  • Data storage. You can use PersistentVolumeClaims (PVC) with our volumes to store all your data. For details, check out the relevant product docs.
  • Networking. You can manage the routing of networking traffic for your applications by configuring the Nginx ingress controller. We explain how in our article.
  • High availability and SLA. Our Managed Kubernetes service is built on the Cluster API, providing high availability and a 99.99% SLA guarantee.

Was this article helpful?

Not a Gcore user yet?

Discover our offerings, including virtual instances starting from 3.7 euro/mo, bare metal servers, AI Infrastructure, load balancers, Managed Kubernetes, Function as a Service, and Centralized Logging solutions.

Go to the product page
// // Initialize a variable to undefined initially. // var growthBook = undefined; // (function() { // try { // var script = document.createElement('script'); // script.src = "https://cdn.jsdelivr.net/npm/@growthbook/growthbook/dist/bundles/auto.min.js"; // script.setAttribute("data-api-host", "https://cdn.growthbook.io"); // script.setAttribute("data-client-key", "sdk-truekA5wvhMYaqsu"); // document.head.appendChild(script); // script.onload = function() { // console.log("GrowthBook script loaded successfully."); // growthBook = window.GrowthBook; // Assuming GrowthBook attaches itself to window // }; // script.onerror = function() { // console.error("Failed to load the GrowthBook script."); // growthBook = undefined; // Explicitly set to undefined on error // }; // } catch (error) { // console.error("An error occurred while setting up the GrowthBook script:", error); // growthBook = undefined; // } // })(); // // Optional: Push to dataLayer if needed // window.dataLayer = window.dataLayer || []; // window.dataLayer.push({ // 'event': 'scriptLoadStatus', // 'growthBookStatus': growthBook ? "Loaded" : "Failed" // });