0

i have a shopping card app with server and client side and i want to deploy it using Minikube and Kubernetes
should we create two Yaml files for the server and the client or not ?
any ideas guys on how to create the Yaml files.

1 Answer 1

1

one for server and one for client

simple path

k8s
   -values_production.yaml for production server
   -value_staging.yaml for staging server

thats all

in yaml files you should store enviroment variables and parse them by prefixes it's most simple way

Sign up to request clarification or add additional context in comments.

4 Comments

and how can i specify the yaml file for the client and the server ?
one folder with k8s on client and one folder on server deploy them not together
I am new in deployment and using yaml... how to create it ?

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.