Lecture 04 - 06/05/2025¶
Agenda¶
- VPN & Zero Trust Network
- Container Orchestration w/Kubernetes (contd)
- kubeconfig & Kubernetes Contexts
- Kubernetes Objects
Slides¶
- Lecture slides can be found in Canvas.
Tailscale Workshop¶
In this workshop, we will explore Tailscale, a zero-config VPN service that makes it easy to connect your devices securely.
Objectives¶
- Understand the basics of Tailscale and how it works
- Set up a Tailscale network
- Install Tailscale
- Configure Exit Node
- Configure a subnet router
Reading¶
VPN¶
Kubernetes¶
- Kubernetes
- Kubernetes Documentation
- Local Cluster Options
- Kubernetes The Hard Way
- Configure Access to Multiple Clusters
- Use Port Forwarding to Access Applications in a Cluster
- Objects In Kubernetes
- Labels and Selectors
- Configure Liveness and Readiness Probes
- Inject Data using Environment Variables
- Readiness Probe
- Init Containers