Refer to the Kubernetes containers concepts page.
Alerts can be created from the Org's Grafana instance. Refer to these instructions on how to create a Grafana managed alert.
The list of public IPs for each cloud provider and region can be obtained from the following:
Locations
page. Select the location to display the IP ranges.ipRanges
property. The output can also be formatted in YAML by using the flag -o yaml-slim
.location
endpoint. View the available endpoints here. The ipRanges
property will contain the list of SIPs. The list of IPs may be required by external services that restrict the IPs allowed to call them.
The IPs may change when underlying infrastructure changes. Therefore, Control Plane recommends the automation of querying the location API for changes. In case of changes, the automation should re-configure external services’ allowed IP address list.
Most Control Plane resources can be labeled with multiple key-value pairs called tags.
These tags can be used by the UI or other resource to query / filter / select a resource based on its keys and value.
A majority of resources will have a Query
button that will show the following modal allowing you to filter
the resources shown.
Group and policy can use a query to dynamically assign members and resources, respectively.
The Match Tags By
selector values are:
Selector | Definition |
---|---|
All | All tag items should match |
Any | Any of the tags should match |
None | None of these tags should match |
To filter resources based on their tags:
Query
buttonAdd
.Apply
and the filtered resources will be displayedTo remove the filter, click on the Query
button again and click Clear
.