wrike
callisto-chart
Go Template

Callisto is an open-source Kubernetes-native implementation of Selenium Grid.

Last updated Apr 8, 2026
20
Stars
11
Forks
1
Issues
0
Stars/day
Attention Score
38
Language breakdown
Go Template 100.0%
Files click to expand
README

Callisto

Callisto is an open-source Kubernetes-native implementation of Selenium Grid).

See this repository for the source code.

How to run in Docker for Mac

helm template . | kubectl apply -f -
  • Add corresponding line to the bottom of /etc/hosts:
localhost callisto.local

How to run in minikube

helm template . | kubectl apply -f -
  • Get external minikube ip:
ip
  • Add corresponding line to the bottom of /etc/hosts:
<minikube.external.ip> callisto.local

How to access callisto features

  • To open Selenoid UI use:
http://callisto.local
  • To run your tests use the same url:
http://callisto.local

How to run as helm release

  • To install the chart with the release name callisto:
kubectl create ns callisto && helm install callisto .
  • To uninstall the release and clean up all related stuff:
helm delete --no-hooks callisto && kubectl delete ns callisto
🔗 More in this category

© 2026 GitRepoTrend · wrike/callisto-chart · Updated daily from GitHub