kuberang
kuberang copied to clipboard
A simple test that scales out two services and tests their connectivity. Uses nginx and busybox Docker images.
Installed Kuberang on a k8 master node: ceph-master bin]# ./kuberang version Kuberang: Version: v1.3.0-dirty Built: Tue Mar 30 20:04:08 UTC 2021 Go Version: go1.15.5 kubectl version Client Version: version.Info{Major:"1", Minor:"18",...
Fixes #48 Now that deployment is `apps/v1` it's pretty safe to rely on that as the API, as `kubectl run` has now been broken in terms of compatibility. Signed-off-by: Martyn...
Hi, I am trying to run Kuberang from a POD which is responsible for running a Cluster... Steps I followed 1> Create a Cluster 2> Access Kubeconfig 3> Run Kuberang...
I get the following errors when I run kuberang with an up to date kubectl on v1.11 ``` kubectl version Client Version: version.Info{Major:"1", Minor:"11", GitVersion:"v1.11.1", GitCommit:"b1b29978270dc22fecc592ac55d903350454310a", GitTreeState:"clean", BuildDate:"2018-07-18T11:36:43Z", GoVersion:"go1.10.3", Compiler:"gc",...
Hello! I'm trying to run kuberang inside alpine doxker image and getting ```No such file or directory``` ``` bash-4.4# wget https://kismatic-installer.s3-accelerate.amazonaws.com/kuberang/latest/kuberang-linux-amd64 Connecting to kismatic-installer.s3-accelerate.amazonaws.com (13.33.44.252:443) kuberang-linux-amd64 100% |******************************************************************************************************************************************************************************************************************************| 7553k 0:00:00...
As referenced here https://github.com/apprenda/kuberang/issues/41, I produced a dockerfile for the project. Also, I've included helm charts, with a manifest to run kuberang as a CronJob (if you want, I can...
While running kuberang we've noticed scenarios where all the nginx pods will get placed on the same host because of a recent drain/uncordon. In order to get around this it...
I usually run kuberang on my local machine, and my local machine can't not talk to any pod inside of my cluster, so these `Accessed Nginx pod at from this...
Hi guys - Great project! Planning to use this for our business, built using docker, would you be interested in having the Dockerfile, etc being PR'd back into the main...
It'd be nice to be able to specify kubeconfig values when running kuberang to make dealing with multiple clusters easier. I'm always running kuberang locally on the wrong cluster 👼