To separate, use different configuration of secrets and resources you can use namespace in Kubernetes and we can choose two different ways to create a namespace
Tag: kubernetes
Kubernetes – Deploying a mongodb and mongo-express
The structure desired: Mongo express (as a external service) accessing a mongodb (as a internal service) and using a secret service to storage the username and password. The final product gonna be like: A web-ui (mongo-express) sending commands to a mongodb (mongodb-service) Installing the Secret Service Checking the services Installing and configuring mongodb-espress WEB-UI If…
Basic kubectl Commands
List of some basic and usefull commands of kubectl