Install Calyptia Core

You can deploy Calyptia Core on many different platforms including Linux, Kubernetes, or even your laptop:

General architecture overview

Calyptia Core deploys within your infrastructure, whether it's an existing Kubernetes cluster, your laptop (using a tool like kind or minikube), 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, or your infrastructure. The only data sent to Calyptia are configuration files and metrics.

Networking and firewall requirements

If your organization uses outbound firewall rules, you may need to allow the following ports and URLs. Descriptions about each URL are included in the following table:

All of the listed URLs use the TCP protocol and port 443.

URLDescription

cloud-api.calyptia.com

The main API endpoint for Calyptia Core, which is used for configuration.

core.calyptia.com

Where the UI console is located.

helm.calyptia.com

Used for the helm charts for installing and managing Calyptia Core.

core-packages.calyptia.com

Used for the install-core.sh scripts for VMs or bare metal packages.

ghcr.io/calyptia

Calyptia Core is deployed by container images hosted on a GitHub container registry. This URL ensures Calyptia download links are accessible to the enterprise.

ghcr.io/token?scope=repository:calyptia/core:pull&service=ghcr.io ghcr.io/token?scope=repository:calyptia/core/calyptia-fluent-bit:pull&service=ghcr.io

Calyptia Core is deployed by container images hosted on a GitHub container registry. Contains the tokens required from GitHub container registry.

Calyptia Core is deployed by container images hosted on GitHub container registry. Contains the manifest and container images required from the GitHub container registry.

pkg-containers.githubusercontent.com/objects.githubusercontent.com

Calyptia Core is deployed by container images hosted on GitHub container registry. Contains the image layers when applying latest updates.

Operating system requirements

Calyptia Core deploys a local K3s cluster as part of the installation, which must be supported on the target node. Refer to the specific K3s requirements for the most up-to-date information.

Last updated