Installing Calyptia Core
You can deploy Calyptia Core on many different platforms including Linux, Kubernetes, or even your Laptop:
Calyptia Core deploys within your infrastructure, whether that is an existing kubernetes cluster, your laptop (via Docker Desktop) or a Linux server. Calyptia Core configuration is managed within our cloud console at https://core.calyptia.com.
All data is processed within your environment, virtual private cloud, on your infrastructure. The only data sent to Calyptia are configuration files and metrics

An example of Calyptia Core deployed on top of an existing Kubernetes cluster
If your organization uses outbound firewall rules, you may need to allow the following ports and URLs. Descriptions about each URL can also be found below
Protocol | Port | URL | Description |
---|---|---|---|
TCP | 443 | cloud-api.calyptia.com | This is the main API endpoint for Calyptia Core and is used for configuration |
TCP | 443 | core.calyptia.com | The following URL is where the UI console is located |
TCP | 443 | helm.calyptia.com | If using the helm charts for installing / managing Calyptia Core the following is our helm repository |
TCP | 443 | core-packages.calyptia.com | If using the install-core.sh scripts for VMs or Bare Metal, the following contains packages |
TCP | 443 | ghcr.io/calyptia/
www.ghcr.io/calyptia/ | Calyptia Core is deployed via container images hosted on GitHub container registry. Allowing the following URLs ensures that Calyptia download links are accessible to the enterprise |
TCP | 443 | ghcr.io/token?scope=repository:calyptia/core:pull&service=ghcr.io
http://ghcr.io/token?scope=repository:calyptia/core/calyptia-fluent-bit:pull&service=ghcr.io | Calyptia Core is deployed via container images hosted on GitHub container registry. The following contains the tokens required from GitHub container registry |
TCP | 443 | http://ghcr.io/v2/calyptia/core/manifests/latest | Calyptia Core is deployed via container images hosted on GitHub container registry. The following contains the manifest / container images required from the GitHub container registry |
TCP | 443 | pkg-containers.githubusercontent.com/
objects.githubusercontent.com/* | Calyptia Core is deployed via container images hosted on GitHub container registry. The following contains the image layers when applying latest updates. |
Last modified 10d ago