# Glossary

[PMK](https://platform9.com/docs/PEC/glossary#PMK): Platform9 Managed Kubernetes is a fully managed CNCF certified Kubernetes platform, remotely installing, operating and maintaining customer clusters via a dedicated SaaS management plane.

[SMCP](https://platform9.com/docs/PEC/glossary#SMCP) - The Self-Managed Cloud Platform is a Platform9 product that allows you to deploy and manage Kubernetes clusters at the edge.

[Airctl](https://platform9.com/docs/PEC/glossary#Airctl) - The airctl command-line tool is used to manage the Platform9 Edge Cloud cluster.

[Node](https://platform9.com/docs/PEC/glossary#Node) - A physical or virtual machine that is part of a Platform9 Edge Cloud cluster.

[VIP](https://platform9.com/docs/PEC/glossary#VIP) - A virtual IP address that is used to access a service on a cluster.

[Bootstrap](https://platform9.com/docs/PEC/glossary#Bootstrap) - The process of initializing a new node in a Platform9 Edge Cloud cluster.

[ClusterSpec](https://platform9.com/docs/PEC/glossary#ClusterSpec) - A file that specifies the configuration of a Platform9 Edge Cloud cluster.

[HA](https://platform9.com/docs/PEC/glossary#HA) - High availability is a feature that ensures that a Platform9 Edge Cloud cluster can continue to operate even if one or more nodes fail.

[Ingress](https://platform9.com/docs/PEC/glossary#Ingress) - A service that provides access to applications running in a Platform9 Edge Cloud cluster.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.platform9.com/self-managed-cloud-platform/5.13/troubleshooting-pod-issues/glossary.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
