❤️ Enterprise Ready: Built for large-scale deployments with security in mind.
⚡️ High Performance: Optimized for speed and resource efficiency.
🔒 Security First: Built-in security features and compliance controls.
🌐 Multi-Cloud: Deploy anywhere with our cloud-agnostic architecture.
🚀 Scalable: Automatically scales based on your workload.
🔄 High Availability: Built-in redundancy and failover capabilities.
Digital Ocean Installation
- Digital Ocean account with administrative access
- kubectl CLI tool
- Helm 3.x installed
- doctl installed
# Configure access
export KUBECONFIG=path/to/k8s-config.yaml
# (Optional) Install NGINX Ingress
kubectl apply -f https://raw.githubusercontent.com/kubernetes/ingress-nginx/controller-v1.8.2/deploy/static/provider/do/deploy.yaml
# Deploy application
## Community
helm install [RELEASE_NAME] ./charts/shc -f [path-to-values-file]
## Enterprise
helm install [RELEASE_NAME] ./charts/she -f [path-to-values-file]
GCP Installation
- Google Cloud account with GKE access
- gcloud CLI configured
- kubectl CLI tool
- Helm 3.x installed
# Configure cluster access
gcloud container clusters get-credentials cluster-name --zone zone --project project-id
# (Optional) Install NGINX Ingress
kubectl apply -f https://raw.githubusercontent.com/kubernetes/ingress-nginx/controller-v1.8.2/deploy/static/provider/cloud/deploy.yaml
# Deploy application
## Community
helm install [RELEASE_NAME] ./charts/shc -f [path-to-values-file]
## Enterprise
helm install [RELEASE_NAME] ./charts/she -f [path-to-values-file]
Our application uses Helm for package management in Kubernetes. Helm Charts help you:
- 📦 Define, install, and upgrade Kubernetes applications
- 🔄 Share applications with others
- 🔧 Manage complex deployments with simple commands
- ⏪ Roll back to previous versions when needed
Please contribute using GitHub Flow. Create a branch, add commits, and open a pull request.
Please read CONTRIBUTING
for details on our CODE OF CONDUCT
, and the process for submitting pull requests to us.
We use GitHub Actions for continuous integration.
This project owes its existence to the collective efforts of all those who contribute — contribute now.
This project is licensed under the MIT License — see the LICENSE
file for details.