# 15th December 2025

We’re excited to announce a major expansion of the Krutrim Cloud platform with five new core services designed to help you run modern, scalable, and secure workloads in production:

* [Auto-scaling Groups (ASG)](https://cloud.olakrutrim.com/console/asg?section=asg-list)
* [Managed Kubernetes Service](https://cloud.olakrutrim.com/console/kks?section=kks-list)
* [Load Balancers (Application & Network)](https://cloud.olakrutrim.com/console/networking?section=load-balancers)
* [Krutrim DNS – Private Hosted Zones](https://cloud.olakrutrim.com/console/dns?section=dns-zone)
* [Krutrim Certificate Manager](https://cloud.olakrutrim.com/console/kcm?section=list)

These services make it easier to deploy containerized applications, manage traffic, automate capacity, secure communications, and simplify internal service discovery.

#### Auto-scaling Group (ASG)

Automate capacity management for VM fleets and node pools with policy-driven auto-scaling.

Key Highlights

* Scale horizontally based on CPU, memory, and schedules
* Target-tracking and scheduled policies for predictable autoscaling
* Spot/preemptible instance support and mixed-instance policies for cost optimization
* Health checks, graceful draining, and rolling replacement for safe scale-in/out

Ideal For

* Web tiers with variable traffic
* Worker fleets for batch jobs and ML inference
* Cost-optimized autoscaling using spot instances

[View Docs](https://docs.cloud.olakrutrim.com/basics/core-infrastructure/compute/auto-scaling-groups)    [Deploy ASG](https://cloud.olakrutrim.com/console/asg?section=asg-list)

#### Managed Kubernetes Service

Deploy, scale, and operate Kubernetes clusters without managing the control plane or node infrastructure.

Key Highlights

* Fully managed control plane with manual upgrades and patching
* Native integration with Krutrim VMs, Load Balancers and Storage
* Flexible Node Groups with Scaling Control
* Built-in Add-ons for production readiness (networking, storage, observability, etc.)

Ideal For

* Microservices
* AI inference & batch workloads
* Enterprise application modernization

[View Docs](https://docs.cloud.olakrutrim.com/basics/core-infrastructure/krutrim-kubernetes-system)   [Deploy MKS](https://cloud.olakrutrim.com/console/kks?section=kks-list)

#### Load Balancers (Application & Network)

Purpose-built load balancing for different workloads and performance requirements.

**Application Load Balancer (ALB)**

* High throughput, low latency (Layer 4 TCP/UDP)
* Pass-through and direct-server return options
* Scales to millions of requests/connections
* Ideal for gaming, voice, IoT, and financial workloads

**🔸 Network Load Balancer (NLB)**

* Layer 7 HTTP/HTTPS routing
* Path and host-based rules, WebSocket & gRPC support
* Integration with Certificate Manager for TLS termination
* Ideal for web apps, APIs, and container platforms\
  \
  [View Docs](https://docs.cloud.olakrutrim.com/basics/core-infrastructure/networking/load-balancers)   [Deploy LBs](https://cloud.olakrutrim.com/console/networking?section=load-balancers)

#### Krutrim DNS — Private Hosted Zones

Private DNS capabilities for internal service discovery across VPCs and hybrid environments.

Key Highlights

* DNS resolution within private networks
* Cross-VPC and multi-region support
* Integrates with VPC peering & Kubernetes service discovery
* Enforces namespace boundaries & resolution policies

Ideal For

* Kubernetes clusters
* Multi-tier app architectures
* Hybrid cloud & on-prem connectivity\
  \
  [View Docs](https://docs.cloud.olakrutrim.com/basics/core-infrastructure/networking/dns)   [Deploy DNS Zones](https://cloud.olakrutrim.com/console/dns?section=dns-zone)

#### Krutrim Certificate Manager

Krutrim Cloud Certificate Manager allows you to securely store, manage, and attach SSL/TLS certificates to your Krutrim Cloud resources. Certificates enable encrypted communication between your applications and end users, ensuring improved security, privacy, and trust.

Key Highlights

* Upload and centrally manage SSL/TLS certificates.
* Attach uploaded certificates to supported Krutrim Cloud resources.
* Update or replace expiring certificates without disrupting attached resources.

Ideal For

* Web/API security
* mTLS workloads
* Zero-trust architectures

[View Docs](https://docs.cloud.olakrutrim.com/basics/certificate-manager)   [Add certificates](https://cloud.olakrutrim.com/console/kcm?section=list)

#### Platform-Wide Benefits

| Benefit         | Description                                                                                            |
| --------------- | ------------------------------------------------------------------------------------------------------ |
| Automation      | Reduce operational overhead with managed control planes, auto-scaling groups, and lifecycle automation |
| Security        | Native encryption, certificate automation, private DNS, and policy controls                            |
| Performance     | Enterprise-grade networking, low-latency load balancing, and scalable clusters                         |
| Cost Efficiency | Spot instance support and mixed-instance autoscaling policies                                          |
| Operability     | Unified observability and lifecycle management across compute, networking, DNS, and certificates       |

<br>


---

# 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/release-notes/15th-december-2025.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.
