Please enable JavaScript.
Coggle requires JavaScript to display documents.
microservices with k8s : (concepts (service, pod, ingress, deployment,…
microservices with k8s :
dockerize your application
using source 2 image method
using dockerfile
using war/jar file
Deploying application
A/B Deployment
Blue/Green Depployment
Canary Deployment
Based on traffic %
Based on header value
ci/cd setup
configmaps
persistant volumes
Microservice management
Securing microservices
Distributed Tracing
API metrics
Fault injection
Request Routing
Handling Failures
NetworkPolicy
Service discovery
application development
debugging
interpreted languages
compiled languages
storage
secrets
jobs
resiliency and scaling
manual scaling
auto scaling
health checks
resource limits
federation
setup
minikube
aws cluster
setup dynamic storage
concepts
service
pod
ingress
deployment
operators
rc
hpa
nodeport
DaemonSets
Job
service account