Skip to content

janeczku/k8s-nginx-demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Kubernetes Deployments

Usage

  1. ) Configure a Rancher environment to use Kubernetes. Wait for the system stack to be active.

  2. ) Configure kubectl for your workstation.

  3. ) Edit nginx-deployment.yml so that it has the correct image.

  4. ) Create kubectl create -f ./ from within the exercise3 directory.

  5. ) Verify deployment:

    kubectl get deployments
    ...
    kubectl get rs
    ...
    kubectl get pods
    ...
    kubectl get ingress
    ...
    
  6. ) Open url return in response to kubectl get ingress to verify your service is running and exposed.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published