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

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

About

An Introduction to Kubernetes Deployments, Services, and Ingress

Topics

Resources

Stars

Watchers

Forks

Contributors