StackPointCloud Brings Kubernetes to DigitalOcean

Kubernetes managed service provider StackPointCloud is offering Kubernetes users the opportunity to run the container orchestration engine on DigitalOcean.
The company has expanded its fully managed Kubernetes control plane so that it recognizes block storage volumes on DigitalOcean. “Users of DigitalOcean can now make [Kubernetes] dynamic volume claims and persistent volume claims against DigitalOcean block storage,” said Matt Baldwin, CEO of StackPointCloud.
In effect, this establishes DigitalOcean alongside other cloud providers such as Amazon Web Services and the Google Cloud Engine as a cloud service that can support dynamic storage provisioning for Kubernetes.
This service can be used to provision multi-master, highly-available Kubernetes clusters. It provides a way for Kubernetes instances to be “upgraded, node auto-scaled, organized by node pools, while also allowing developers to quickly build out and manage a CI/CD pipeline to ship code faster into production,” the company asserts.
In these cases, a user would define a default storage class for a given cloud provider. Then, the user could put in a persistent volume claim, for say, 10GB, which StackPointCloud would then automatically provision on the cloud provider of choice.
One could already run StackPointCloud on DigitalOcean before. What this new service provides a native interface from within Kubernetes itself, Baldwin explained. Previously, users would have to build out their own overlay file system, perhaps using CephFS. “All of it was very manual on the user’s side,” Baldwin said.
DigitalOcean launched its SSD-based block storage last year. “This will enable customers to deploy a whole new class of applications with Kubernetes on our platform and make it possible to add persistent volumes to deployments,” said Joonas Bergius, Engineering Manager at DigitalOcean, in a statement. “Customers will also be able to make use of StatefulSets, which will take us one step closer to being able to run data stores on Kubernetes.”
StackPointCloud’s control plane was designed to allow organizations to run the Kubernetes container orchestration engine on public clouds. Users can log into the console through a variety of logging mechanisms, such as with their Twitter, GitHub, or Google Apps accounts. Once logged in, they are presented with a menu to deploy a Kubernetes-based cluster on AWS, Google Compute Engine and Google Container Engine, Packet, DigitalOcean, or Microsoft Azure.
In addition to cross-cloud deployment, StackPointCloud also offers lifecycle management services, such as setting up highly available clusters (using etcd), autoscaling, and working with HAProxy. Users can manage the upgrade of Kubernetes or etcd, or let the service upgrade this software automatically. They can add in additional third party resources, such as monitoring capabilities from Sysdig or Linkerd.
StackPointCloud developers worked with DigitalOcean engineers to build a native Kubernetes interface to the cloud service. The company plans to submit the code to the upstream Kubernetes project itself, which is managed by the Cloud Native Computing Foundation.
The Cloud Native Computing Foundation and DigitalOcean are sponsors of The New Stack.