Skip to content
/ kubesim Public

A simulator of Kuberntes for batch and service workload.

License

Notifications You must be signed in to change notification settings

k82cn/kubesim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

KubeSim

A simulator of Kubernetes for batch and offline workload.

Kubesim is based on kubemark on kubernetes release-1.18, tag v1.18.6, commit dff82dc0de47299ab66c83c626e08b245ab19037

Quick start

  1. create kubesim namespace
kubectl create ns kubesim
  1. create comfig map node-configmap
kubectl create configmap node-configmap -n kubesim --from-literal=content.type="test-cluster"
  1. create secret kubeconfig
kubectl create secret generic kubeconfig --type=Opaque --namespace=kubesim --from-file=kubelet.kubeconfig={{kubeconfig_file_path}} --from-file=kubeproxy.kubeconfig={{kubeconfig_file_path}}
  1. deploy kubesim
kubectl apply -f ./example/kubesim-cm.yaml
kubectl apply -f ./example/kubesim-rc.yaml

About

A simulator of Kuberntes for batch and service workload.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •  

Languages