NAGP Assignments
https://github.com/saurabhkaushik120692/nagp/
Web Api build in dotnet core 6
Docker hub image url: https://hub.docker.com/r/saurabhkaushik1206/customer-app-image/tags
Docker image("customer-app-image") and tag("8")
Docker file inside the folder CustomerApp (CustomerApp/Dockerfile)
Application URL: http://34.69.195.47:49971/swagger/index.html
Kubernetes:
deployment with default strategy is a rolling deployment
4 replica
configmap
config secret
Docker hub postgres url(https://hub.docker.com/_/postgres/)
Docker image("postgres") and tag("15.3-alpine3.18")
Kubernetes:
storage class
postgres volume claim
configmap
config secret
statefulset
headless service
Added customer table in customerdb in post start life cycle