# BlinkOps Documentation: Integrations Integrations Kubernetes

## Kubernetes

- [Kubernetes](https://docs.blinkops.com/docs/integrations/kubernetes.md): Kubernetes is an open-source container orchestration system for automating software deployment, scaling, and management. Kubernetes automates operational tasks of container management and includes built-in commands for deploying applications, rolling out changes to your applications, scaling your ap…
- [Automatic runner connection](https://docs.blinkops.com/docs/integrations/kubernetes/automatic-runner.md): When installing a runner to a k8s (Kubernetes) cluster, a k8s connection to the cluster will be automatically created as a part of the runner installation. The created connection will use the runner’s service account and permissions (full permissions to the runner namespace).

### Actions

- [Overview](https://docs.blinkops.com/docs/integrations/kubernetes/actions.md): Blink supports the following Kubernetes Actions:
- [Kubernetes Cloud Query](https://docs.blinkops.com/docs/integrations/kubernetes/actions/cloud-query.md)
- [Get Non Running Pods](https://docs.blinkops.com/docs/integrations/kubernetes/actions/get-non-running-pods.md): Gets all non-running pods in the given namespace.
- [Get Pod Deployment](https://docs.blinkops.com/docs/integrations/kubernetes/actions/get-pod-deployment.md): Gets information about a pod's deployment.
- [Get Pod Failure Events](https://docs.blinkops.com/docs/integrations/kubernetes/actions/get-pod-failure-events.md): Gets a pod's failure events.
- [Get Pod Deployment](https://docs.blinkops.com/docs/integrations/kubernetes/actions/get-pod-status.md): Gets a pod's status.
- [Get Service Endpoints IP](https://docs.blinkops.com/docs/integrations/kubernetes/actions/get-service-endpoints-ip.md): Gets the service endpoints IP.
- [Get Service Pods Details](https://docs.blinkops.com/docs/integrations/kubernetes/actions/get-service-pods-details.md): Gets the name, IP, and status of a service's pods.
- [Rollback Deployment](https://docs.blinkops.com/docs/integrations/kubernetes/actions/rollback-deployment.md): Rollback to given deployment.
- [Run EKS CLI (Eksctl) Script](https://docs.blinkops.com/docs/integrations/kubernetes/actions/run-eks-cli-eksctl-script.md): Executes an eksctl script.
- [Run 'Kubectl Apply' Command](https://docs.blinkops.com/docs/integrations/kubernetes/actions/run-kubectl-apply-command.md): Executes Kubernetes CLI (kubectl) apply command.
- [Run Kubectl CLI Script](https://docs.blinkops.com/docs/integrations/kubernetes/actions/run-kubectl-cli-script.md): Executes a Kubernetes CLI (kubectl) command.
- [Generate Kubernetes Steampipe Report](https://docs.blinkops.com/docs/integrations/kubernetes/actions/steampipe-report.md)
