by truthbrother | Sep 5, 2018 | Amazon ECS, Amazon Web Services, AWS EKS, AWS Fargate
It is 2018. Most businesses are using containers, some still hesitate to adapt, but who hasn’t heard of containers? Really, containers are not new technology, in fact, they are old technology. A brief summary can be found here, but BSD Jails, Solaris Zones and the...
by truthbrother | Sep 5, 2018 | AWS EKS
These open source projects and AWS partner products help Kubernetes users take advantage of AWS services and features and provide additional functionality for Amazon EKS. DevOps CloudBees Jenkins Enterprise integrates with Kubernetes on AWS to give developers a CICD...
by truthbrother | Sep 5, 2018 | AWS EKS, Docker, Kubernetes, Terraform by HashiCorp
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...
by truthbrother | Sep 4, 2018 | AWS EKS
Amazon Elastic Container Service for Kubernetes (Amazon EKS) is now generally available and supported for production use to run Kubernetes on AWS without needing to install, operate, and maintain the Kubernetes management infrastructure. Amazon Elastic Container...
by truthbrother | Sep 4, 2018 | AWS EKS
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...
by truthbrother | Sep 4, 2018 | AWS EKS, AWS CloudFormation, Kubernetes, Packer
This repository contains resources and configuration scripts for building a custom Amazon EKS AMI with HashiCorp Packer. This is the same configuration that Amazon EKS uses to create the official Amazon EKS-optimized AMI. Setup You must have Packer installed on your...