https://github.com/darkbitio/mkit-ui
Managed Kubernetes Inspector Tool UI
https://github.com/darkbitio/mkit-ui
aws azure gcp kubernetes kubernetes-security security
Last synced: 6 months ago
JSON representation
Managed Kubernetes Inspector Tool UI
- Host: GitHub
- URL: https://github.com/darkbitio/mkit-ui
- Owner: darkbitio
- Created: 2020-03-12T14:41:45.000Z (over 6 years ago)
- Default Branch: main
- Last Pushed: 2023-01-21T09:56:00.000Z (over 3 years ago)
- Last Synced: 2023-03-05T14:39:13.484Z (over 3 years ago)
- Topics: aws, azure, gcp, kubernetes, kubernetes-security, security
- Language: CSS
- Size: 1.44 MB
- Stars: 0
- Watchers: 1
- Forks: 2
- Open Issues: 2
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
### Development
Start React dev server:
```
$ yarn start
Compiled successfully!
You can now view mkit in the browser.
Local: http://localhost:3000
On Your Network: http://10.4.20.169:3000
Note that the development build is not optimized.
To create a production build, use yarn build.
```
Build static frontend files:
```
$ yarn build
yarn run v1.22.1
$ react-scripts build
Creating an optimized production build...
Compiled successfully.
File sizes after gzip:
74.96 KB build/static/js/2.4d025a68.chunk.js
36.63 KB build/static/css/main.21a5b583.chunk.css
22.46 KB build/static/css/2.64a99b10.chunk.css
7.58 KB (-2 B) build/static/js/main.ece7eb3e.chunk.js
772 B build/static/js/runtime-main.1ed35a58.js
The project was built assuming it is hosted at /.
You can control this with the homepage field in your package.json.
The build folder is ready to be deployed.
You may serve it with a static server:
yarn global add serve
serve -s build
Find out more about deployment here:
bit.ly/CRA-deploy
✨ Done in 14.96s.
```
### Build Static Demo Site
Builds the GitHub pages static demo site.
```
$ yarn build-demo
```
### Build
Builds the Docker image running a minimal Node/Express.js server to serve the static frontend files.
From `docker` directory:
```
$ docker-compose build
```
### Run
From `docker` directory:
```
$ docker-compose up
```
### Push
From `docker` directory:
```
$ docker-compose push
```