Orchestrate containers on DigitalOcean Kubernetes
With this week's release, we expand the roster of supported clusters with DigitalOcean Kubernetes. We love the simplistic approach of DigitalOcean towards cloud computing as it perfectly aligns with our conception of DevOps and CI/CD. The more happy we are to deliver the official DigitalOcean integration to the set of actions that will let you easily update and manage your apps on Kubernetes clusters.
Example workflow
A typical set of Kubernetes operations looks like this:
- Edit application code or configuration YAML
- Push changes to your Git repository
- Build a new Docker image with the updated files
- Authenticate in your K8s cluster
- Run
kubectl apply
orkubectl set image
Image loading...
Configuration
Click a Kubernetes action to open its configuration details. Select DigitalOcean as the target cluster and choose the integration with which you want to authenticate:
Image loading...
In case you don't have any integrations, you can easily add a new one:
Image loading...
Kubernetes in Buddy
Currently Buddy offers six actions that lets developers manage K8s tasks:
Image loading...
- Run K8s Pod – runs a single process (pod) on your cluster
- Run K8s Job – runs a series of pods and ensures that a specified number of them successfully terminate
- Apply K8s Deployment – transforms the containers to the desired state described in the config file
- Set K8s Image – updates the image of containers with the selected Docker image
- Kubernetes CLI – runs commands with
kubectl
on your clusters - Run Helm CMDs – runs Helm commands via
kubectl
DigitalOcean in Buddy
On top of Kubernetes, Buddy lets you automate deployments to DigitalOcean droplets. All you need to do is authenticate in your DO account, select the target droplet, and provide login/pass credentials:
Image loading...
Jarek Dylewski
Customer Support
A journalist and an SEO specialist trying to find himself in the unforgiving world of coders. Gamer, a non-fiction literature fan and obsessive carnivore. Jarek uses his talents to convert the programming lingo into a cohesive and approachable narration.