Skip to content

lnnard/workshop-kubernetes

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

Kubernetes Workshop

This repository contains Kubernetes configuration files for a workshop.

Files

  • hello-world.yaml: Defines a Pod named hello-world in the workshop-kubernetes namespace.
  • namespace-workshop-kubernetes.yaml: Defines the workshop-kubernetes namespace.

Usage

  1. Create the namespace:

    kubectl apply -f namespace-workshop-kubernetes.yaml
  2. Deploy the hello-world Pod:

    kubectl apply -f hello-world.yaml
  3. Verify the Pod is running:

    kubectl get pods -n workshop-kubernetes

File Contents

apiVersion: v1
kind: Namespace
metadata:
  name: workshop-kubernetes

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published