Skip to content

demo describing the use of the eks resources created in this repo - demo application

Notifications You must be signed in to change notification settings

Daniel-Higgins/EKS-example

Repository files navigation

The is an EKS demo to show the use of pods, services, and deployments. The application image is a voting app (demo-app) provided as an example from kodekloud.com. The files provided are how this application would work in Kubernetes.

The services expose the ports for the pods to talk to each other and the deployments are definitions for pods to be launched from.

Follow these steps to deploy the demo application on your EKS cluster:

  1. Clone this repository to your local machine:

  2. Navigate to the cloned directory:

  3. Apply the Kubernetes configurations using kubectl:

kubectl apply -f deployments/ kubectl apply -f services/

  1. Verify that the deployments and services are running:

kubectl get deployments kubectl get services

  1. Access the deployed application:

Get the external IP address of the service:

kubectl get services

Open a web browser and enter the external IP address in the address bar. You should see the application running.

About

demo describing the use of the eks resources created in this repo - demo application

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published