Prochaines sessions
Programme
Why Kubernetes
- DevOps challenges
- Containers
- Docker containers
- Deploying images
- The need for container orchestration
- What’s K8s?
Kubernetes cluster
- Parts of a Kubernetes cluster on Azure AKS
- Creating an AKS cluster on Microsoft Azure
- Connecting to an AKS cluster
Running pods
- Deployments and ReplicaSets
- Imperative commands
- Declarative commands
- Debugging
- Resources management
Exposing services
- The need for services
- Services and public Azure IPs
- Ingress and Ingress Controllers
Volumes
- The need for volumes
- Short-lived storage with Volumes
- Persistent storage with PersistentVolumeClaims
- Connecting to Azure Storage and external storage
Configuration
- ConfigMap
- Secret
Updating and scaling
- Horizontal scaling
- Automatic horizontal scaling
- Update strategies
Sharing a cluster
- Namespaces
- RBAC
Helm
- Using Helm
- Creating Helm packages (charts)