dozer47528 / kube-app-tester

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Test Simple Code in Kubernetes Cluster

How to use

Write your code under ./dist.

Add a file named run under ./dist. Which will compile and run your source code.

Example:

#!/bin/bash
exec go run main.go

Run the code in Kubernetes:

make config golang # For golang application
make config java # For java application
make config python2 # For python 2.7 application

Cleanup:

make cleanup

About


Languages

Language:Smarty 66.1%Language:Makefile 33.9%