Code Monkey home page Code Monkey logo

janos-k8s-migration-tool's Introduction

Janos

Welcome, time traveling soul… janos is a tool for Updating Kubernetes YAML configuration files. It performs the steps required for a migration from K8s 1.15 to 1.16 therefore can validate schemas for multiple versions of Kubernetes.

It has the following dependencies:

Janos performs 3 operations:

  • Migration of deprecated APIs for K8s 1.16
  • Generates field spec.selector which is required since 1.16 if it doesnt exist (it gets generated dinamically using matchLabels $app-name)
  • Validate the resulting yaml for any K8s version using Kubeval

There is a dockerfile with all the dependecies Here

To install them on linux:

wget https://github.com/instrumenta/kubeval/releases/latest/download/kubeval-linux-amd64.tar.gz && tar xf kubeval-linux-amd64.tar.gz && sudo cp kubeval /usr/local/bin
wget https://github.com/mikefarah/yq/releases/download/v4.3.2/yq_linux_amd64.tar.gz && tar xf yq_linux_amd64.tar.gz && mv yq_linux_amd64 /usr/local/bin/yq

For a story about this use case see Story.

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.