Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Document and Steps #88

Open
tppalani opened this issue May 18, 2024 · 0 comments
Open

Document and Steps #88

tppalani opened this issue May 18, 2024 · 0 comments

Comments

@tppalani
Copy link

Thanks for the wonderful microservices code, I'm just opening this issue about installation steps which i followed inside my EKS cluster.

  1. From the master branch root directory https://github.com/piomin/sample-spring-microservices-kubernetes started the maven build using skip test case with value of true and build went successful.
  2. cd k8s applied all the files without ingress, i missed ingress due to verify the all the services locally using nondepot before going to create ingress.
  3. cd department-service, mvn build, docker build, pushed image into private repo, updated image name in deployment file applied all the files pod is up and running.
  4. cd employee-service,docker build, pushed image into private repo, updated image name in deployment file applied all the files pod is up and running.
  5. cd gateway-service, docker build, pushed image into private repo, updated image name in deployment file applied all the files pod is up and running.
  6. cd organization-service, docker build, pushed image into private repo, updated image name in deployment file applied all the files pod is up and running.
  7. cd admin-services, applied all the files but image being using piomin/admin:c45cd99-dirty.
    Question - i think no need to perform the maven build here since I'm using loaded image which is coming from (piomin/admin:c45cd99-dirty)

I'm planning to integrate CI pipeline for all the above action which i performed manually, can you please provide the steps what are the module i need build using CI pipeline ? Do i need perform maven build from the main root directory using CI pipeline ?

NAME                             READY   STATUS    RESTARTS   AGE
admin-5466c5fc46-8w2mx           1/1     Running   0          15s
department-69695856f6-4v4h6      1/1     Running   0          24m
employee-667d6547bb-qr5k5        1/1     Running   0          21m
gateway-6b97b6bff7-7q4n2         1/1     Running   0          19m
mongodb-5fd56f99c4-lfj6c         1/1     Running   0          25m
organization-7d749f7d65-vtzsh    1/1     Running   0          18m

image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant