Ingresses deep dive
Status
Specifies the status of the certificate.
-
Created: New ingress; unpublished.
-
Modified: Changes were made to the ingress; unpublished.
-
Deleted: The ingress is marked for deletion; it is removed the next time you publish (sync).
-
Synced: Published ingress including any changes (if applicable).
Add as YAML
Add an ingress as a .yaml
file.
This is the .yaml
representation of your Magnolia PaaS Ingress configuration.
This .yaml
contains all settings and values that define your Ingress behavior.
+
Synchronize
Synchronize Ingresses with the Cockpit. This means that any unpublished changes are lost. Synchronization updates the Cockpit’s view of an unclaimed Ingress to reflect its current configuration in the Kubernetes cluster. Use the synchronize button sparingly to align states.
Synchronization is not available for claimed Ingresses.
Name
The name of the ingress including the description. You can enter a description when creating an ingress. The default description is "Imported from existing ingress".
Origin
Where the ingress was created.
-
COCKPIT
: created in the Cockpit. (preferred) -
MANUAL
: created in Rancher. -
PIPELINE
: created as part of your infra-as-code setup.
Status
The status of the certificate.
-
Created: New ingress; unpublished.
-
Modified: Changes were made to the ingress; unpublished.
-
Deleted: The ingress is marked for deletion; it is removed the next time you publish (sync).
-
Synced: Published ingress including any changes (if applicable).
Rules
Any rules you have defined. Ingress rules specify the direction of allowed access to and from different identities and resources.
Each host routes to a destination.
-
FASTLY: When the domain is behind Fastly CDN.
-
CLUSTER: When the domain routes to the cluster load balancer IPs.
-
OTHER: When the domain routes to unknown IPs or CNAME (private CDN, WAF, …).
-
UNAVAILABLE: Private domains, no public information available.
Created
The date when the ingress was created.
-
Format: Month, DD, YYYY, HH:MM AM/PM
-
Example: March 17, 2025, 4:20 PM
Updated
The date when the ingress was last updated.
-
Format: Month, DD, YYYY, HH:MM AM/PM
-
Example: March 17, 2025, 4:20 PM
Details
Click the stacked lines ☰ to reveal more options such as the list below. What you see depends on if the ingress is claimed or not.
-
Edit: Edit your ingress.
-
Delete: Delete your ingress.
-
References: Certificates and Services information.
-
Edit as YAML: Edit the
.yaml
configuration. -
K8s definition: The
.yaml
shows the final definition of Ingress Kubernetes resource. -
Publish: Publish any ingress changes.
-
Restore: Restore an ingress from a previous version.
-
Claim: Claim the ingress. This means the ingress and subsequent changes are managed through the Cockpit ensuring updates are tracked and external changes are ignored.