Skip to content

mizchi-sandbox/k8s-skaffold-plg

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

k8s playground

My k8s node websocket cluster playground

  • k8s
  • skaffold
  • node / socket.io
  • GKE
    • Cloud Memorystore

How to use

Edit gcr.io/gcr.io/mizchi-k8s-plg/node-example to your uploadable endpoint.

Development local

# run redis
docker-compose up -d

# client
cd client && yarn install && yarn dev # start webpack --watch

# server
cd server && yarn install && yarn dev # start nodemon

Development on k8s

# client always local on dev
cd client && yarn dev # start webpack --watch

# server
skaffold dev

Deployment

skaffold run

TODO

  • production
  • HTTPS

LICENSE

MIT

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published