{"id":22442064,"url":"https://github.com/colinbut/microservices-enterprise-application-deployments","last_synced_at":"2025-03-27T10:16:33.909Z","repository":{"id":69158518,"uuid":"154055466","full_name":"colinbut/microservices-enterprise-application-deployments","owner":"colinbut","description":"microservice enterprise application deployment scripts","archived":false,"fork":false,"pushed_at":"2018-11-09T19:16:20.000Z","size":13,"stargazers_count":1,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-02-01T14:46:12.866Z","etag":null,"topics":["deployment","kubernetes","kubernetes-cluster","kubernetes-deployment","microservices"],"latest_commit_sha":null,"homepage":"","language":null,"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/colinbut.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":"audit-service/audit-service-deployment.yml","citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2018-10-21T21:51:45.000Z","updated_at":"2023-09-09T09:01:41.000Z","dependencies_parsed_at":null,"dependency_job_id":"275ef921-03ff-453b-9e4b-8751af3d1b5a","html_url":"https://github.com/colinbut/microservices-enterprise-application-deployments","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/colinbut%2Fmicroservices-enterprise-application-deployments","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/colinbut%2Fmicroservices-enterprise-application-deployments/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/colinbut%2Fmicroservices-enterprise-application-deployments/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/colinbut%2Fmicroservices-enterprise-application-deployments/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/colinbut","download_url":"https://codeload.github.com/colinbut/microservices-enterprise-application-deployments/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245823318,"owners_count":20678173,"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":["deployment","kubernetes","kubernetes-cluster","kubernetes-deployment","microservices"],"created_at":"2024-12-06T02:17:44.261Z","updated_at":"2025-03-27T10:16:33.903Z","avatar_url":"https://github.com/colinbut.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# Microservices Enterprise Application Deployments\n\nThis repository contains the deployments configuration scripts for each of the microservices in the Microservices Enterprise Application\nproject: [Microservices Enterprise Application](https://github.com/colinbut/microservices-enterprise-application)\n\nThat microservices project microservices would each run in Kubernetes.\n\nKubernetes is a container orchestration framework/tool which provides management of containers.\n\nTo run this, one needs access to a Kubernetes cluster.\n\nFor locally, you can use Minikube. Assuming minikube is installed and also `kubectl` the kubernetes client tool..\n\n#### Start Cluster\nTo start up the Kubernetes cluster.\n\n```bash\nminikube start\n```\n\n#### Deploy to Cluster\n\nApply deployment configuration scripts\n\n```bash\nkubectl apply -f [kubernetes-deployment-file]\n```\n\nfor e.g. To deploy each of the microservices:\n\n```bash\nkubectl apply -f account-service/account-service-deployment.yml\nkubectl apply -f audit-service/audit-service-deployment.yml\nkubectl apply -f email-service/email-service-deployment.yml\nkubectl apply -f exclusion-service/exclusion-service-deployment.yml\nkubectl apply -f marketing-service/marketing-service-deployment.yml\nkubectl apply -f notification-service/notification-service-deployment.yml\nkubectl apply -f registration-email-service/registration-email-service-deployment.yml\nkubectl apply -f registration-service/registration-service-deployment.yml\nkubectl apply -f reporting-service/reporting-service-deployment.yml\nkubectl apply -f subscription-service/subscription-service-deployment.yml\nkubectl apply -f user-service/user-service-deployment.yml\n```\n\n#### Useful Kubectl Commands\n\n```bash\nkubectl get pods\n```\n\n```bash\nkubectl get services\n```\n\n```bash\nkubectl get deployments\n```\n\n```bash\nkubectl get nodes\n```\n\n```bash\nkubectl get replicaSets\n```\n\n```bash\nkubectl logs [POD_NAME]\n```\n\n```bash\nkubectl cluster-info\n```\n\n```bash\nkubectl describe pod [POD_NAME]\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcolinbut%2Fmicroservices-enterprise-application-deployments","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcolinbut%2Fmicroservices-enterprise-application-deployments","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcolinbut%2Fmicroservices-enterprise-application-deployments/lists"}