kbariotis / go-discover

Discover what your peers are doing in GitHub
7 stars 2 forks source link

Setup kubernetes #15

Open kbariotis opened 4 years ago

kbariotis commented 4 years ago

We use docker-compose for local development. We decided to go with kubernetes for this project to deploy on an existing cluster we maintain.

Proper kubernetes configuration files are needed for this one.

I believe the docker-compose file is pretty straightforward as to what pods we need to setup, deployments and networking.

matt0x6F commented 4 years ago

What provider would you end up using? That'll matter for things like Services and Ingress.

kbariotis commented 4 years ago

Thank you @mattouille. its going to be on DigitalOcean.