Fix/discovery server config url#544
Closed
varungopal286 wants to merge 43 commits into
Closed
Conversation
…ructure-setup feat: setup core infrastructure (VPC, IAM, EKS, ECR)
…very-server - config-server: Deployment + ClusterIP Service (port 8888) - discovery-server: Deployment + ClusterIP Service (port 8761) - discovery-server uses initContainer to wait for config-server - Both services use docker Spring profile - README with full setup, testing steps and pending items - Image URLs pending AWS Account ID from P2 Refs #3
- Updated ECR image URLs with AWS account ID - config-server: deployed and verified on EKS (1/1 Running) - discovery-server: deployed and verified on EKS (1/1 Running) - All smoke tests passed (7/7) - Updated README with completed status and smoke test results - Removed pending items, no sensitive info in docs Closes #3
…nfig-discovery feat(issue-3): Config Server and Discovery Server K8s deployment
…ity-monitoring Integrated observability and monitoring capabilities into Spring PetClinic Microservices. Changes included: - Added Prometheus metrics integration - Configured Spring Boot Actuator endpoints - Added Micrometer Prometheus registry - Enabled monitoring configurations across services - Added observability documentation - Validated setup locally using Docker Compose Outcome: Improved system visibility, metrics collection, and monitoring readiness.
…stomer/vets-services Feature/develop customer/vets services
…line Feature/ci cd pipeline-CI/CD: Add GitHub Actions pipeline for ECR and EKS
…stomer/vets-services Feature/develop customer/vets services
…manifests - All k8s manifests now target the spring-petclinic namespace (matches live cluster) - Fixed broken shell-variable image refs in visits-service, api-gateway, genai-service, admin-server - Removed invalid imagePullSecrets entries (ecr-secret does not exist) - Updated CI/CD K8S_NAMESPACE to spring-petclinic so future deployments target correct namespace - visits-service and admin-server now use springcommunity public images (consistent with customers/vets) - api-gateway and genai-service use hardcoded ECR registry URL (consistent with config/discovery)
…spring-petclinic fixed: correct namespace from petclinic to spring-petclinic across all …
Secret was using placeholder <BASE64_PASSWORD> causing CreateContainerConfigError on pods that reference mysql-cred. Updated with actual base64-encoded credentials used by the running cluster (username: petclinic, password: petclinic).
fix: set correct mysql-cred secret credentials in mysql-secret.yaml
…ity-monitoring Added monitoring and observability validation updates, namespace configuration fixes, and Kubernetes service alignment for Grafana, Prometheus, Zipkin, Config Server, and Discovery Server deployments.
…rofile fix: enable MySQL profile for all services with per-service datasourc…
…rofile fix: prevent Hibernate DDL override and add ALB ingress for external …
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.



Description
Fixes # (issue)
Type of change
Checklist
mainbranch of spring-petclinic/spring-petclinic-microservices, not my own fork./mvnw test)