As a developer
I need creating namespace and necessary Kubernetes metadata files
So that I could deploy the development and production versions of the service and deploy the application
Details and Assumptions
Create a dev namespace and a prod namespace in your Kubernetes cluster
Run your service as a NodePort
Create the necessary Kubernetes metadata files for deployment (deployment.yaml, service.yaml, secrets.yaml, postgres.yaml, etc.) file
Use the Kubernetes CLI kubectl command to deploy the service to the Kubernetes cluster manually
Get the IP address of the work node and combine it with the port to go to the URL of the service and make sure it works
Acceptance Criteria
Given setting up operations have been properly implemented
When check Kubernetes
Then it will be running successfully
As a developer I need creating namespace and necessary Kubernetes metadata files So that I could deploy the development and production versions of the service and deploy the application
Details and Assumptions
Get the IP address of the work node and combine it with the port to go to the URL of the service and make sure it works
Acceptance Criteria