miniluz / AstronAuth

Implementation of OAuth 2.0
MIT License
0 stars 0 forks source link

Learn Kubernetes to use instead of docker-compose #7

Closed miniluz closed 4 months ago

miniluz commented 5 months ago

I want to try using Kubernetes for this project instead of docker-compose to get acquainted with the technology.

miniluz commented 5 months ago

I followed along with TechWorld's Crash Course on Docker.

I wanna expand on it by making the secrets actually secret and by using StatefulSets for the database.

miniluz commented 4 months ago

To make secrets secret, I have decided to use git-crypt on the relevant yaml and .env files, and to provide .yaml.example and .env.example files.

I will not be configuring Kubernetes to encrypt them as this will just be executing on my machine and to do it properly I'd need to use a KMS.

miniluz commented 4 months ago

In the interest of getting started, I will wait until later to figure out how to scale the database.