Giter Club home page Giter Club logo

k8s-lab's Introduction

Kubernetes Lab

Overview

This lab is intended to provide a hands-on learning experience for individuals who are mostly unfamiliar with Kubernetes (K8s). It covers the reasons why this platform was created, its basic usage, and the components that comprise a K8s cluster.

Diagram

The app-abstractions-diagram.svg image provides a high-level depiction of all of the objects that we need to stand up the Ravi Stack in K8s.

Presentation

I've included a copy of my Keynote presentation in case you want to reference it later, although I doubt it will be very useful without the supplemental info presented at the lab.

My suggestion: Come speak with me.

Object Definitions

The object-definitions directory contains a collection of YAML files that define and configure various in K8s. These files and objects correspond to the ones illustrated in app-abstractions-diagram.svg.

We will be creating/replacing/deleting these objects using the K8s API and a command line tool called kubectl.

e.g. Administering your cluster

# create a new job
kubectl create -f migrate-job.yml

# delete an existing service
kubectl delete service verizon

# edit some attributes on an existing pod
kubectl edit pod peapod

Cheat Sheets

Instead of generating some low-quality documentation specific to this lab, I think it makes more sense to provide you with a couple of references to some really good online docs that will be updated as time progresses.

k8s-lab's People

Contributors

sonnysideup avatar

Stargazers

 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.