Giter Site home page Giter Site logo

kubernetes-goclient-example's Introduction

kubernetes-goclient-example

Example on how to interact with Kubernetes via the Golang client library.

Requirements

A Golang version with support for vendoring (1.5+) is required.

Kubernetes Version

This sample project includes a vendored copy of the client-go 1.4 package (and its dependencies). It uses Glide for dependency management.

Usage

go build -o client
./client <operation>

where <operation> is one of the following:

  • version: Queries the Kubernetes server version.
  • deploy: Deploys NGINX via the Deployments API and exposes a Service.

The client tries to reach the API server through http://127.0.0.1:8001 which happens to match the default tunnel set up by kubectl proxy. Custom overriding settings for the API server URL, a bearer token, and the path to a CA file can be injected through the environment variables SERVER, TOKEN, and CA_FILE, respectively.

There is also a convenience script run.sh that builds on demand (or forcefully when -b is given as first parameter) and executes the client with all arguments passed along. That is, invoking

./run.sh version

will build the client iff it does not exist yet, and executes it subsequently with version passed as parameter.

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.