CSCI-GA-2820-SU23-001 / orders

NYU DevOps Orders Service Summer 2023
Apache License 2.0
2 stars 1 forks source link

Recreate Kubernetes Cluster on IBM Cloud #154

Closed nicksome168 closed 1 year ago

nicksome168 commented 1 year ago

As a developer I need renew the Kubernetes cluster that expires soon So that the service will not be effected

Details and Assumptions

for dev kubectl create namespace dev kubectl -n default get secret all-icr-io -o yaml | sed 's/default/dev/g' | kubectl -n dev apply -f -

and for prod kubectl create namespace prod kubectl -n default get secret all-icr-io -o yaml | sed 's/default/prod/g' | kubectl -n prod apply -f -

Or use the Makefile which does the same thing:

SPACE=dev make namespace
SPACE=prod make namespace
nicksome168 commented 1 year ago

Hey team! Please add your planning poker estimate with Zenhub @even1111112 @PepperandSummer @un-poco @yjhsieh2022