Giter Club home page Giter Club logo

snt's Introduction

Kubernetes Cluster Configuration

A tutorial on installing customized cluster-level apps.

Total Time: ~1.5h

status: under development Nov 2017

This tutorial requires no knowledge of kubernetes, also called k8s.

The focus here is exploring the notion of a cluster-level app by executing the commands needed to make one.

Excellent, broader discussion of kubernetes (including things omitted here, like history, storage, networking, security, etc.) can be found in Kubernetes Up and Running, at k8s.io, and at many other sites.

To establish context for app configuration, this tutorial begins by writing a small server with a sufficient number of configurable knobs. It then runs the server through a lifecycle as a cluster app using raw k8s and higher level approaches to cluster apps.

Prerequisites

Go, curl, and docker. Command blocks use bash syntax.

The tutorial is tested on ubuntu. It's not yet tested on OSX; some commands will require edits due to small bash and coreutil differences.

To copy a block, click the block title (checkPrerequisites below) or hit Enter (โ†ต). A check mark indicates successful copy.

function tut_checkProgram {
  if ! type -P "$1" >/dev/null 2>&1; then
    echo Please install $1
  fi
}
tut_checkProgram go
tut_checkProgram curl
tut_checkProgram docker

Further requirements (discussed shortly) arise from your choice of cluster host.

snt's People

Contributors

monopole avatar

Watchers

 avatar  avatar  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.