Skip to content

ipolyzos/kube-env

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Overview

This project is a small direnv based (.envrc) shell script to download basic everyday tools we use with kuberetes and setup a basic workspace while allows to isolate parameters and bins per worspace folder. The tools are enlisted below and are to be downloaded in a bin/ folder.

Prerequisites

  • Any Linux (amd64) distro.
  • Direnv

Tools

The tools that are downloaded during env initialisation are:

Install

To install the project you just need to copy the .envrc file in your workspace folder.

Usage / Initialise workspace

To initialise your workspace you need to run direnv allow . in the root folder. All tools are to be downloaded in the bin/ folder and PATH env variable to to be updated.

NOTE: Please note KUBECONFIG env variable by defalt points to ${HOME}/.kube/config

License

  Copyright 2019 Ioannis Polyzos

  Licensed under the Apache License, Version 2.0 (the "License");
  you may not use this file except in compliance with the License.
  You may obtain a copy of the License at

      http://www.apache.org/licenses/LICENSE-2.0

  Unless required by applicable law or agreed to in writing, software
  distributed under the License is distributed on an "AS IS" BASIS,
  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  See the License for the specific language governing permissions and
  limitations under the License.

About

A direnv based workspace init script for Kubernetes

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published