Skip to content

Simple demo microservices and k8s development environment.

Notifications You must be signed in to change notification settings

arruw/k8s-dev-env-demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Learning kubernetes development workflow

Simple demo microservices and k8s development environment.


Requirements [WIP]

  • VS Code
  • Docker
  • Minikube
  • Helm
  • Skaffold

Implementation plan [WIP]

  • Python microservices
    • Two simple FastAPI services
    • requirements.txt
  • Kubernetes
    • Service
    • Deployement
    • Request & Limit
    • Health probes
    • Service Mesh
    • Node placement
  • Devcontainer local environemnt (?? Monorepo devcontainers are not supported ??)
  • Helm
  • Skaffold
    • build
    • run
    • debug (?? Problems installing the Cloud Code extension ??)
    • test (unit tests, linters & analyzers)
  • Deploy
    • Local
    • AWS EKS