Giter Club home page Giter Club logo

ktune's Introduction

Desktop Application for Kubernetes

skippbox is a Desktop application to manage applications deployed on Kubernetes. It supports multiple k8s endpoints and accesses a public application store.

This is still a work in progress, expect frequent changes

By default it will connect with a k8s API server running at http://localhost:8080/api

Snapshot

Here is a preview of what it looks like

Skippbox snapshot

Requirements

You will need a Kubernetes endpoint configured in your kubectl configuration file.

If you are not familiar with Kubernetes yet, you can use boot2k8s to get a one node Kubernetes cluster running locally. Go to the boot2k8s page and set it up.

Run in development

`skippbox`` is a NW.js application similar to Docker Kitematic but aimed at Kubernetes operations.

Clone the repository and install the application:

$ git clone https://github.com/skippbox/skippbox.git
$ cd skippbox

Install nwjs

$ npm install nw

$ npm install

Then start the UI with:

$ npm start

Support

If you experience problems with skippbox or want to suggest improvements please file an issue.

ktune's People

Contributors

odacremolbap avatar sebgoa avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar

ktune's Issues

'latest' tag gets set to an empty string

if there is a latest tag, it triggers a deployment but with a tag set as an empty string.

Bad parsing of latest which we should avoid anyway.

The correct behavior would be to log the fact that there is an image with 'latest' tag but not create a deployment.

refactor to stub out other tuning mechanisms

looking at docker images for creating canaries is one of the use cases.

We should refactor a bit to stub out other possible tuning scenarios (e.g setting container limits based on monitoring data from prometheus).

The choice of tuning mechanism might be set as ktune configuration options.

update deployments instead of creating new one

Currently, ktune creates a new deployment to create a canary pattern..

Thank whether we should just edit the existing deployment, which would create a new replica sets directly.

We could always rollback .

However, I am not convinced. We may want to create an actual new deployment.

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.