Skip to content

Creating VCS on Jenkins and deploy to AWS EKS

Notifications You must be signed in to change notification settings

Lipton2777/springboot-app

 
 

Repository files navigation


Task 3

You will have to deploy an application into a k8s cluster, preferably in the cloud(eks/aks etc). The application developers will provide a github repo link of the application containing ‘n’ number of microservices which you will have to deploy actually.

5 You will have to do the following to complete the task.

1. Create a very minimal demo application to simulate the scenario.
2. Write a Dockerfile to build docker image(consider you have a single module for now).
3. Push the image into a container registry.
4. Deploy it in a k8s cluster.
5. Expose the application publicly and send us the URL to access the applications.

About

Creating VCS on Jenkins and deploy to AWS EKS

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 48.2%
  • JavaScript 26.1%
  • Java 24.2%
  • Dockerfile 1.5%