Blog

Our Latest News

Kubernetes on Ubuntu

There are multiple ways to run a Kubernetes cluster with Ubuntu. These pages explain how to deploy Kubernetes on Ubuntu on multiple public and private clouds, as well as bare metal. Official Ubuntu Guides Third-party Product Integrations Developer Guides Where to find...

Kubernetes: Picking the Right Solution

Kubernetes can run on various platforms: from your laptop, to VMs on a cloud provider, to a rack of bare metal servers. The effort required to set up a cluster varies from running a single command to crafting your own customized cluster. Use this guide to choose a...

Amazon ECS Adds Console Support for T2 Unlimited EC2 Instances

Amazon Elastic Container Service (Amazon ECS) now supports launching T2 Unlimited EC2 instances directly from the Amazon ECS console during cluster creation. A T2 Unlimited instance can sustain high CPU performance for any period of time whenever required. Previously,...

Amazon ECS Now Supports Docker Volumes and Volume Plugins

You can now easily configure your containerized application to access storage volumes backed by Local instance storage, Amazon Elastic Block Storage (EBS) or Amazon Elastic File System (EFS) volumes through the use of Docker volume drivers and volume plugins such as...

eksctl: Amazon EKS Cluster with One Command

There are a number of ways to create a Kubernetes cluster using Amazon Elastic Container Service. eksctl gives you a simple, single, one-line command to bring up a cluster with a basic VPC, and completes the process by writing a new KUBECONFIG and deploying...