EKS

Deploying Micro services Using Kubernetes – Part 2

In this part of the Deploying Micro-services using Kubernetes tutorial, we will deploy the the micro-service using Kubernetes. Please see PART 1 for details of the micro-service, the architecture and the various applications and services that it comprises of. Prerequisite: Install Kubectl (Command line utility) Follow instructions from: https://kubernetes.io/docs/tasks/tools/install-kubectl/ Install Minikube for running 1-node Kubernetes environment …

Deploying Micro services Using Kubernetes – Part 2 Read More »

Deploying Micro services Using Kubernetes – Part 1

In this tutorial, we will understand and deploy micro-service built using docker containers in a few different ways: Using Docker Commands and link various containers Create and deploy docker containers using PODs and Services in Kubernetes on MiniKube locally Change the config files to use Kubernetes Deployments (instead of pods) and redeploy on MiniKube locally. …

Deploying Micro services Using Kubernetes – Part 1 Read More »