{"id":24030621,"url":"https://github.com/ankitrajput0096/eureka_admin_client_springboot","last_synced_at":"2026-05-06T06:40:03.693Z","repository":{"id":127705689,"uuid":"256731148","full_name":"ankitrajput0096/Eureka_Admin_Client_SpringBoot","owner":"ankitrajput0096","description":"Dockerized Spring Boot application with Eureka Admin and client services.","archived":false,"fork":false,"pushed_at":"2020-08-25T05:39:36.000Z","size":158,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-01-08T17:48:57.466Z","etag":null,"topics":["docker","docker-compose","eureka","eureka-client","eureka-server","java","spring-boot"],"latest_commit_sha":null,"homepage":"","language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ankitrajput0096.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2020-04-18T11:00:29.000Z","updated_at":"2020-08-25T05:39:38.000Z","dependencies_parsed_at":null,"dependency_job_id":"c685375e-2f00-4b20-a7f8-4e89a9fb6a48","html_url":"https://github.com/ankitrajput0096/Eureka_Admin_Client_SpringBoot","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ankitrajput0096%2FEureka_Admin_Client_SpringBoot","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ankitrajput0096%2FEureka_Admin_Client_SpringBoot/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ankitrajput0096%2FEureka_Admin_Client_SpringBoot/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ankitrajput0096%2FEureka_Admin_Client_SpringBoot/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ankitrajput0096","download_url":"https://codeload.github.com/ankitrajput0096/Eureka_Admin_Client_SpringBoot/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":240788749,"owners_count":19857696,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["docker","docker-compose","eureka","eureka-client","eureka-server","java","spring-boot"],"created_at":"2025-01-08T17:46:01.138Z","updated_at":"2026-05-06T06:40:03.646Z","avatar_url":"https://github.com/ankitrajput0096.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Eureka Admin - Client Spring boot application \n\nDockerized Spring Boot application with Eureka Admin Cluster and client services.\n\n## Getting Started\n\nThese instructions will get you a copy of the project up and running on your local machine for development purposes. See running for notes on how to run the project on a system.\n\n### Prerequisites\n\n1. Clone the project to your local environment:\n    ```\n    git clone https://github.com/ankitrajput0096/Eureka_Admin_Client_SpringBoot\n    ```\n\n2. You need Docker to be installed:\n\n    #### Windows:\n    https://download.docker.com/win/stable/Docker%20for%20Windows%20Installer.exe\n    \n    #### Mac:\n    https://download.docker.com/mac/stable/Docker.dmg\n    \n    #### Ubuntu:\n    https://docs.docker.com/install/linux/docker-ce/ubuntu/\n\n### Installing\n\nOnce you have docker installed on your environment, install the project dependencies via:\n\nBuild docker Image:\n\n```\ndocker-compose build\n```\n\nStart docker:\n\n```\ndocker-compose up\n```\nOr\n\n\nStart docker with scaled up services:\n\n```\nsudo docker-compose up --scale eurekaclientone=2 --scale eurekaclienttwo=3\n\n```\n\n## Running\n\nStart docker:\n\n```\ndocker-compose up\n```\nOr\n\n\nStart docker with scaled up services:\n\n```\nsudo docker-compose up --scale eurekaclientone=2 --scale eurekaclienttwo=3\n\n```\n### NOTE:\nCan scale up clientone and clienttwo services to max instances of 5.\nIf you want to scale even higher, then increase the port range in `docker-compose` file.\n\nYour Eureka Admin server cluster should be now running on http://localhost:9001, http://localhost:9002, http://localhost:9003\n\n## Eureka Server Cluster design: \n1. Creating three peer aware eureka servers cluster\n![](images/eureka_cluster.png)\n2. Way it handles failover of one eureka node in cluster\n![](images/eureka_cluster_failover.png)\n\n\n## Built With\n\n* [Spring Boot](https://spring.io/projects/spring-boot) - Spring Boot 2\n* [Maven](https://maven.apache.org/) - Dependency Management\n* [Docker](https://www.docker.com/) - For containerization of application\n* [Eureka](https://spring.io/guides/gs/service-registration-and-discovery/) - For Eureka admin and client\n\n## Contributing\n\nIf you have any improvement suggestions please create a pull request and I'll review it.\n\n\n## Authors\n\n* **Ankit Rajput** - *Initial work* - [Github](https://github.com/ankitrajput0096)\n\n## License\n\nThis project is licensed under the MIT License\n\n## Acknowledgments\n\n* Big thanks to Pivotal for Spring Boot framework, love it!\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fankitrajput0096%2Feureka_admin_client_springboot","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fankitrajput0096%2Feureka_admin_client_springboot","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fankitrajput0096%2Feureka_admin_client_springboot/lists"}