Skip to content
This repository has been archived by the owner on Feb 1, 2024. It is now read-only.

An Introduction to Kubernetes Deployments, Services, and Ingress

Notifications You must be signed in to change notification settings

4klabs/kubernetes-deployment-training

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Kubernetes Training

An Introduction to Kubernetes Deployments, Services, and Ingress

Overview

Overview

Build and push image

docker build . -t <user>/helloworld
docker push <user>/helloworld

Create local cluster

k3d cluster create my_cluster

Apply manifests

kubectl apply -f k8s