Kubernetes Mobile App

Abhishek Anand
2 min readSep 8, 2021

In this project we have created App using Flutter which is a cross platform framework for App development. The app uses python API-CGI in the backend and integrated both frontend and backend and build a creative App that control whole Kubernetes.

Kubernetes, also known as K8s, is an open-source system for automating deployment, scaling, and management of containerized applications.

Flutter is an open-source UI software development kit created by Google. It is used to develop cross platform applications for Android, iOS, Linux, Mac, Windows, Google Fuchsia, and the web from a single codebase.

  • User Interface
Splash Screen

This is the splash screen of kubernetes App.

Home Screen

This the home screen of our app.

  • This App can run all the kubernetes command using “kubectl” command line tool.
  • The output of the command is shown on the home screen itself like terminal.
  • This user interface contain beautiful material icons.

Example of command:

  • kubectl get pods
  • kubectl get svc

GitHub Code:

Supportive Team Members:

* Niket Ranjan
* Ravi Kumar Panchal
* Ajay Mory

--

--