Useful Links
Computer Science
Microservices
Python Microservices
1. Introduction to Microservices Architecture
2. Python Fundamentals for Microservices
3. Designing Python Microservices
4. Inter-Service Communication
5. Data Management Strategies
6. Containerization with Docker
7. Container Orchestration with Kubernetes
8. CI/CD for Microservices
9. Monitoring and Observability
10. Security in Microservices
11. Advanced Patterns and Practices
Container Orchestration with Kubernetes
Kubernetes Fundamentals
Cluster Architecture
Master Components
Node Components
Networking Model
Core Objects
Pods
Services
Deployments
ConfigMaps
Secrets
Resource Management
Resource Requests
Resource Limits
Quality of Service
Deploying Python Microservices
Deployment Strategies
Rolling Updates
Blue-Green Deployments
Canary Deployments
Service Exposure
ClusterIP Services
NodePort Services
LoadBalancer Services
Ingress Controllers
Configuration Management
ConfigMap Usage
Secret Management
Environment Variables
Advanced Kubernetes Concepts
Horizontal Pod Autoscaling
Metrics-Based Scaling
Custom Metrics
Scaling Policies
Health Checks
Liveness Probes
Readiness Probes
Startup Probes
Resource Quotas
Namespace Quotas
Limit Ranges
Resource Monitoring
Previous
6. Containerization with Docker
Go to top
Next
8. CI/CD for Microservices