GithubHelp home page GithubHelp logo

sarahwooders / kube-tutorial Goto Github PK

View Code? Open in Web Editor NEW

This project forked from romilbhardwaj/kube-tutorial

0.0 0.0 0.0 21 KB

Kubernetes Tutorial for the PS2 group meetings at UC Berkeley

License: MIT License

Shell 43.21% Python 17.92% Dockerfile 38.88%

kube-tutorial's Introduction

Kubernetes for Grad Students

Kubernetes Tutorial for the PS2 group meetings at UC Berkeley.

Slides can be found here.

Dilbert on k8s

Prerequisites

Linux users - you only need docker installed. You can then use the tutorial docker image:

# Make sure you're logged in to DockerHub
docker login

# Run docker image for the tutorial
./run_tutorial.sh

If you do not wish to use the container, see instructions below.

Mac/WSL/Linux users - Please install:

  1. Docker (Mac / Windows). After installation:

    # Make sure you're logged in to DockerHub
    docker login
  2. Kind - utility that we use to run the Kubernetes cluster.

    # Linux/WSL
    curl -Lo ./kind https://kind.sigs.k8s.io/dl/v0.12.0/kind-linux-amd64
    chmod +x ./kind
    mv ./kind /usr/local/bin/kind
    
    # Mac
    brew install kind
    
  3. Kubectl - utility to interact with Kubernetes clusters.

    # Linux/WSL
    curl -LO https://dl.k8s.io/release/v1.23.0/bin/linux/amd64/kubectl
    chmod +x kubectl
    mv ./kubectl /usr/local/bin/kubectl
    
    kubectl version --client
    
    # Mac
    brew install kubectl
    
  4. (Optional, but highly recommended) Setup bash autocompletion for kubectl. This will save you countless copy-pastes.

If you would like to build your own images, please make sure you are signed into your DockerHub account by running docker login.

kube-tutorial's People

Contributors

romilbhardwaj avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.