Skip to content

shyamg28/dockerk8s

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Docker & Kubernetes

Misc

Git credentials cache

git config --global credential.helper cache

git config --global credential.helper "cache --timeout=3600d" (in seconds)

Design Principles

  • Statless app
  • Small footprint
  • Observability
  • External configuration
  • Portability
  • Loose coupling

State

RDS state (application state/data relational) Spring boot embedded Web server (session state) - Redis (web session state) Dynamo DB (huge info with dynamic schema) - User behavior (/login /reward /checkout)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 47.9%
  • Dockerfile 20.5%
  • HCL 13.8%
  • JavaScript 9.8%
  • Makefile 4.2%
  • Python 3.2%
  • Other 0.6%