I am starting the implementation in the project where I work, but I had some doubts.
I have a project with several profiles spring, and for each I may want to have a replicated amount.
Example:
- Dev and staging (1 replica)
- Production (3 replicas)
How should I handle this scenario, creating a deployment file for each profile?
Where do you usually keep Kubernetes .yml? In a "kubenetes" folder within the project, or a repository just to store these files?