https://github.com/munezerobagira/microservice
https://github.com/munezerobagira/microservice
kubernetes microservice nodejs typescript
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/munezerobagira/microservice
- Owner: munezerobagira
- Created: 2023-05-12T09:17:24.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2024-07-16T09:08:53.000Z (over 1 year ago)
- Last Synced: 2025-02-05T02:27:52.892Z (about 1 year ago)
- Topics: kubernetes, microservice, nodejs, typescript
- Language: TypeScript
- Homepage:
- Size: 493 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
### important commands
creating a secret that shared accross the nodes in kubernetes you can use
`kubectl create secret generic ticketing-jwt-secret --from-literal=jwt=qwertyexamplesecret`