# Introduction

Deka Guard is one of Service Portal Cloudeka that allows you to create, manage, and granularly enforce network communication rules in a Kubernetes environment. There are several main functions provided by Deka Guard including the following.

1. **Filtering traffic between pods (Ingress & Egress)**

   You can restrict pods to only communicate with certain pods, certain IPs, or certain ports.
2. **Label and namespace-based network segmentation.**

   You can define what labels are allowed to communicate with each other, thus building isolation between applications.
3. **Default Deny & Whitelisting Rules**

   You can support configuring all traffic to be denied, then explicitly allow certain access.
4. **GUI Management**

   Compared to writing YAML manually, Deka Guard simplifies policy management through a friendly user interface.


---

# 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.cloudeka.ai/deka-guard/introduction.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.
