Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dukris/microservices-1
Managing containers with K8s
https://github.com/dukris/microservices-1
docker k8s microservices
Last synced: 30 days ago
JSON representation
Managing containers with K8s
- Host: GitHub
- URL: https://github.com/dukris/microservices-1
- Owner: dukris
- Created: 2023-02-21T15:07:30.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2023-12-15T11:52:12.000Z (11 months ago)
- Last Synced: 2024-10-04T02:41:40.444Z (about 2 months ago)
- Topics: docker, k8s, microservices
- Language: Java
- Homepage:
- Size: 299 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Microservices-1
**Tasks:**
1. Push your docker image to docker.io using github actions.
2. Wrap your existing application with K8s objects: deployments/stateful sets, services, env should be in configmaps/secrets.
3. Make sure your app runs on K8s and you can up it using single file/script.
4. Make a pull request.## Overview
The base of this repository is a schedule project: [iis-project](https://github.com/hizmailovich/iis-project)## Run
To start containers: ```sh up.sh``` or ```make iis```