YashIndane / webKube

Kubernetes playground with voice commands :microphone:

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

webKube

Kubernetes playground with voice commands 🎤

This is a WebApp build using Python-CGI and JS, to interact with Kubernetes and run kubectl commands (Voice input also supported!).

webkube

Requirements

  1. A Kubernetes cluster

Ansible role to configure Kubernetes cluster over AWS -> link

The WebApp runs on the master node.

  1. httpd on master node

install by ->

$ yum install httpd -y

Usage

The buttons given in left side, can be used to do various tasks.

For voice input ->

  1. To launch a pod: example Please launch a pod with fedora image

  2. To launch a deployment: example Please launch a depoyment with fedora image

  3. To get pods: example Can you show me pod

  4. To get deployment: example Hey please show deployment

About

Kubernetes playground with voice commands :microphone:

License:Apache License 2.0


Languages

Language:JavaScript 59.1%Language:Python 19.8%Language:HTML 11.9%Language:CSS 9.2%