The author selected the Free and Open Source Fund to receive a donation as part of the Write for DOnations program. Introduction With developer tools moving to the cloud, creation and adoption of cloud IDE (Integrated Development Environment) platforms is growing. Cloud IDEs are accessible from every type of modern …
Read More »How to Set Up an Nginx Ingress with Cert-Manager on DigitalOcean Kubernetes
Introduction Kubernetes Ingresses allow you to flexibly route traffic from outside your Kubernetes cluster to Services inside of your cluster. This is accomplished using Ingress Resources, which define rules for routing HTTP and HTTPS traffic to Kubernetes Services, and Ingress Controllers, which implement the rules by load balancing traffic and …
Read More »How To Back Up and Restore a Kubernetes Cluster on DigitalOcean Using Velero
Introduction Velero is a convenient backup tool for Kubernetes clusters that compresses and backs up Kubernetes objects to object storage. It also takes snapshots of your cluster’s Persistent Volumes using your cloud provider’s block storage snapshot features, and can then restore your cluster’s objects and Persistent Volumes to a previous …
Read More »How To Set Up an Nginx Ingress on DigitalOcean Kubernetes Using Helm
The author selected the Free and Open Source Fund to receive a donation as part of the Write for DOnations program. Introduction Kubernetes Ingresses offer you a flexible way of routing traffic from beyond your cluster to internal Kubernetes Services. Ingress Resources are objects in Kubernetes that define rules for …
Read More »Getting Started with Containers and Kubernetes: A DigitalOcean Workshop Kit
Join us for an upcoming webinar on January 16, Get Started with Containers and Kubernetes, which will go through this exact content. Getting Started with Containers and Kubernetes Workshop Kit Materials This meetup kit is designed to help a technical audience become familiar with core Kubernetes concepts and practices. The …
Read More »Getting Started with Containers and Kubernetes: A DigitalOcean Meetup Kit
Getting Started with Containers and Kubernetes Meetup Kit Materials This meetup kit is designed to help a technical audience become familiar with core Kubernetes concepts and practices. The aim is to provide a complete set of resources for a speaker to host an event and deliver an introductory talk on …
Read More »Imperative vs. Declarative Kubernetes Management: A DigitalOcean Comic
How To Create an API Gateway Using Ambassador on DigitalOcean Kubernetes Envoy is an open source service proxy designed for cloud-native applications. In Kubernetes, Ambassador can be used to install and manage Envoy configuration. Ambassador supports zero downtime configuration changes and integration with other features like authentication, service discovery, and …
Read More »