Skip to content

Creating pods, deployments & Services. A voting app based on kubernetes

Notifications You must be signed in to change notification settings

EmmanuelOuzan/Kubernetes_Basics

Repository files navigation

Kubernetes Deplyoment of a voting app

Vote for cats or dogs with a full kubernetes app from scratch.

Creation of : Pods, Services & Deployments

I have created an app composed of 5 pods.

You should vote if you prefer dogs or cat, and it should output the result.

Pods that have been deployed:

  1. voting-app
  2. Redis
  3. .Net
  4. Postgres
  5. Result-app

Services created: redis-service : ClusterIP (To communicate with the cluster) Postgres-service : ClusterIP Two LoadBalancer:

  1. Accesing the Voting-app on port 80
  2. Accesing the results-app on port 80

image

About

Creating pods, deployments & Services. A voting app based on kubernetes

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published