Giter Club home page Giter Club logo

boot2k8s'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.

boot2k8s's People

Contributors

cab105 avatar milamberspace 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  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

boot2k8s's Issues

CI/CD for release

Create a travis or circleci CI, and automatically push new release when k8s gets released...

Issues using kubectl

  • kubectl commands often time out. E.g., kubectl create -f frontend-controller.yaml
    error: could not read an encoded object from frontend-controller.yaml: unable to connect to a server to handle "replicationcontrollers": couldn't read version from server: Get http://localhost:8080/api: EOF
  • Works more consistently if I give a second 'host-only' network to the boot2k8s VM (configure VBox DHCP to give it 192.168.64.100) and use that IP as the target for kubectl
  • Downloading of images is flaky. I wonder if giving the boot2k8s a proper disk (like boot2docker /dev/sda1) will help.
  • As of now, it is quite unusable

Cannot run SkyDNS at IP 10.0.0.10

From kubelet.sh file set cluster DNS to 10.0.0.10
--cluster-dns=10.0.0.10

So, I would like to run SkyDNS as a service discovery, but the service cluster ip range set to 10.200.20.0/24
--service-cluster-ip-range=10.200.20.0/24

The error message as below:
The Service "kube-dns" is invalid.
spec.clusterIP: Invalid value: "10.0.0.10": provided IP is not in the valid range

FYI: I'm running boot2k8s on VMware Fusion on OS X.

kubectl port-forward broken because socat is missing from the iso

If you run kubectl port-forward and try to access the port it will fail with the error
"unable to do port forwarding: socat not found." and indeed it is not installed on the iso.

Unfortunately I was not able to use tce_load to install socat because the 64-bit version of socat is missing from the tinycore repos for some reason. (You can access http://tinycorelinux.net/6.x/x86/tcz/socat.tcz but not http://tinycorelinux.net/6.x/x86_64/socat.tcz)

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.