Tanmay's blog
  • Home
  • About
  • Contribute
  • Contact
Sign in Subscribe

Tanmay

How to use AWS Application Load Balancer with Istio Gateway
AWS

How to use AWS Application Load Balancer with Istio Gateway

If you have been using Kubernetes in AWS (EKS), you may have noticed that when you create a Kubernetes service of type LoadBalancer like this: apiVersion: v1 kind: Service metadata: name: my-service spec: selector: app: MyApp ports: - protocol: TCP port: 80 targetPort: 8080 type: LoadBalancer AWS provisions a Classic
Sep 25, 2021 3 min read
Deploying Microservices on EKS: A Beginner's Guide (Part 2)
Kubernetes

Deploying Microservices on EKS: A Beginner's Guide (Part 2)

We could deploy our blog as a microservice in a Kubernetes cluster last time. You may have noticed that the client-service was the single entry point into the cluster and was also responsible for all the routing. This requirement made us use an express server for exposing a few routes
Sep 22, 2021 5 min read
Deploying Microservices on EKS: A Beginner’s Guide (Part 1)
Kubernetes

Deploying Microservices on EKS: A Beginner’s Guide (Part 1)

Our core services at Smart Joules are packed up in a monolith application which has steadily grown over the last 2 years. Overall, 8 developers have worked on the application at different points of time. Recently we started realizing what a mammoth of a Node application it has grown into.
Sep 21, 2021 7 min read
Page 1 of 1
Tanmay's blog © 2023
  • Sign up
Powered by Ghost