Skip to content

Latest commit

 

History

History
28 lines (20 loc) · 665 Bytes

README.md

File metadata and controls

28 lines (20 loc) · 665 Bytes

hello-world-ts-k8s

Basic Koa + TypeScript node server on k8s (okteto).

requirements

dev

Please login to okteto beforehand(okteto login).

  • clone this repo && cd
  • replace some string in k8s.yml, Makefile.
    • registry.cloud.okteto.net/ci7lus/hello-world:latest -> registry.cloud.okteto.net/{your-okteto-namespace}/hello-world:latest
  • yarn
  • okteto up
    • yarn
    • yarn dev
    • Coding freedom!
  • okteto push

deploy

  • make build
  • make deploy