EKS AI Langchain - Part 3 Deploying AI Langchain Applications on EKS
Now that we've set up a robust and scalable Amazon EKS cluster using Terraform, it's time to deploy AI Langchain applications. This article will guide y...

Todd Bernson
2024-06-25

Now that we've set up a robust and scalable Amazon EKS cluster using Terraform, it's time to deploy AI Langchain applications.

This article will guide you through configuring your EKS cluster for AI workloads, deploying applications, and ensuring they run efficiently.
Clone the repo here.
Prerequisites
Before proceeding, please ensure you have completed your EKS cluster setup as detailed in the previous articles. Additionally, you should have:
- kubectl installed and configured to interact with your EKS cluster.
- Docker is installed to build and manage container images.
Step 1: Preparing Your Application
AI Langchain applications typically require specific configurations and dependencies. Ensure your application is containerized and has a Dockerfile.
Login to ECR to push your image.
aws ecr get-login-password --region us-east-1

Todd Bernson
CTO
Read More
View all posts
Cloud Engineering
Automating API Information Storage with AWS - Introduction
APIs serve as the backbone of software development, enabling applications to communicate with one another seamlessly.

Todd Bernson
2024-06-25

Cloud Engineering
Automating API Information Storage with AWS - Technical Deep Dive into Automated API Information Storage System
Managing API information is a big challenge, demanding streamlined solutions for efficiency and reliability. My introduction to automating API informati...

Todd Bernson
2024-06-25

Cloud Engineering
AWS EKS Identity is Not Mapped Error
If you are using AWS IAM Identity Center and grant a role access to an AWS EKS (Elastic Kubernetes Service) and you are unable to access the cluster when you run a KubeCTL command. You have...
Mahmood
2024-06-25