James Russo

James Russo

Software Engineer

Fullstack engineer who tries their best at design.
Example: this website.

Bored Hacking

3 posts tagged with "EKS"

Automating Deploys to Kubernetes with CircleCI

68.calendar
October 11, 2019|
8 min read

This tutorial shows how to automate deployments to Kubernetes using CircleCI. This tutorial uses AWS services like ECR and EKS, but it can be generalized and changed for other Kubernetes solutions. This post will go through the entire CircleCI flow of deploying changes for your app to Kubernetes from updating the image and storing it in a repository to deploying the new application on EKS.

Deploying a New Docker Image to an EKS Cluster on Codeship

68.calendar
May 19, 2019|
10 min read

This is a tutorial about how to deploy a new Docker image to your Kubernetes worker nodes with Codeship when you've deployed your cluster on EKS. This was based on a combination of tutorials found on Codeship and comments and extraneous links. The documentation on Codeship requires you to look in multiple places and is outdated in some cases, so hopefully this aggregates it in one place and updates it.

Setting Up AWS Elastic Kubernetes Service (EKS) and Deploying

68.calendar
May 15, 2019|
7 min read

This is a tutorial on how to setup an AWS Elastic Kubernetes Service (EKS) cluster and deploy a Docker container service to EKS. We will mostly follow the AWS tutorial but make some changes to deploy your personal containers instead of the ones provided by the EKS tutorial. This process was used to deploy our Next.js Application.

All tags
© 2024 James Russo. All Rights Reserved, Built with Gatsby