Skip to content
forked from k82cn/kubesim

A simulator of Kuberntes for batch and offline workload.

License

Notifications You must be signed in to change notification settings

jinzhejz/kubesim

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

KubeSim

A simulator of Kuberntes for batch and offline workload.

Kubesim is based on kubemark on kubernetes release-1.18, commit e38139724f8f0086be9db575d8fe5211c653dc8f

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 offline workload.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Go 99.3%
  • Other 0.7%