Connect Kubernetes clusters
Get up and running in minutes in Kubernetes
Before installing groundcover in Kubernetes, please make sure your cluster meets the requirements.
After ensuring your cluster meets the requirements, complete the login and workspace setup, then choose your preferred installation method:
Creating helm values file
Sensor deployment requires installation values similar to these stored in a values.yaml file
global:
backend:
enabled: false
ingress:
site: {inCloud_Site}
clusterId: "your-cluster-name" # CLI will automatically detect cluster name{inCloud_Site} is your unique backend identifier, which is needed for the sensors to send data to your backend. This value will be sent to you by the groundcover team after inCloud Managed is set up.
Installing using CLI
Use groundcover CLI to automate the installation process. The main advantages of using this installation method are:
Auto-detection of cluster incompatibility issues
Tolerations setup automation
Tuning of resources according to cluster size
Supports passing helm overrides
Automated detection of new versions and upgrades suggestions
Read more here.
The CLI will automatically use existing ingestion keys or provision a new one if none exist
Installing groundcover CLI
Deploying groundcover using the CLI
To upgrade groundcover to the latest version, simply re-run the groundcover deploy command with your desired overrides (such as -f values.yaml). The CLI will automatically detect and apply the latest available version during the deployment process.
Installing using Helm
Step 1 - Install groundcover CLI
Step 2 - Generate Installation Key
For more details about ingestion keys, refer to our ingestion key documentation.
Step 3 - Add Sensor Ingestion Key to Values File
Add the recently created sensor key to the values.yaml file provided by the groundcover team
Step 4 - Add Helm Repository
Step 5 - Install groundcover
Initial installation:
Upgrade groundcover:
Installing using ArgoCD
For CI/CD deployments using ArgoCD, refer to our ArgoCD deployment guide.
What can you do next?
Check out our 5 quick steps to get you started
Uninstalling
CLI
Helm
Last updated
