# Networking

Krutrim Cloud's networking stack is designed to give users fine-grained control over how their resources communicate within and outside the cloud. It provides secure, scalable, and configurable building blocks to design modern cloud-native network architectures.

In this section, you'll learn how to configure and manage the following core networking components:

* **Virtual Private Cloud (VPC):**\
  A logically isolated virtual network where you launch and manage your compute and storage resources. You can define custom IP ranges, routing rules, and access boundaries.
* **Subnets:**\
  Sub-segments within a VPC used to logically separate resources (e.g., public-facing vs internal workloads). Each subnet resides within a specific availability zone and supports granular control over traffic flow.
* **Security Groups:**\
  Virtual firewalls that control inbound and outbound traffic to your instances. These operate at the instance level and support rule-based filtering by protocol, port, and source/destination IP.
* **Static IPs:**\
  Public, routable IP addresses that can be allocated to and reassigned across VMs or services. These are ideal for services requiring consistent external endpoints (e.g., web servers, APIs).

Krutrim Cloud ensures that all these components integrate seamlessly to help you build secure, performant, and resilient applications. Whether you're setting up a simple VM or deploying a complex multi-tier architecture, this section will guide you through the required networking configurations.


---

# 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.cloud.olakrutrim.com/basics/core-infrastructure/networking.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.
