---
title: "IBM Cloud Kubernetes Service (IKS)"
description: "IBM Cloud Kubernetes Service (IKS) ships with Calico Open Source as the built-in networking and policy engine — what is included and how to use it."
product: "Calico Open Source"
version: "3.32 (latest)"
section: "Installing and upgrading"
canonical_url: "https://docs.tigera.io/calico/latest/getting-started/kubernetes/managed-public-cloud/iks"
---

# IBM Cloud Kubernetes Service (IKS)

## Big picture

Enable Calico in IKS managed Kubernetes service.

## Value

IKS has built-in support for Calico, providing a robust implementation of the full Kubernetes Network Policy API. IKS users wanting to go beyond Kubernetes network policy capabilities can make full use of the Calico Network Policy API. In addition to using Calico to secure Kubernetes pods, IKS also uses Calico host endpoint capabilities to provide additional security for the nodes in your cluster.

## How to

Calico networking and network policy are automatically installed and configured in your [IBM Cloud Kubernetes Service](https://www.ibm.com/products/kubernetes-service/). Default policies are created to protect your Kubernetes cluster, with the option to create your own policies to protect specific services.

The geeky details of what you get:

| Policy | IPAM   | CNI    | Cross-subnet | Routing | Datastore  |
| ------ | ------ | ------ | ------------ | ------- | ---------- |
| Calico | Calico | Calico | IPIP         | BGP     | Kubernetes |

?

## Next steps

**Required**

- [Install calicoctl command line tool](https://docs.tigera.io/calico/latest/operations/calicoctl/install.md)

**Recommended**

- [Controlling traffic with network policies for IKS](https://cloud.ibm.com/docs/containers?topic=containers-network_policies)
- [Get started with Kubernetes network policy](https://docs.tigera.io/calico/latest/network-policy/get-started/kubernetes-policy/kubernetes-network-policy.md)
- [Get started with Calico network policy](https://docs.tigera.io/calico/latest/network-policy/get-started/calico-policy/calico-network-policy.md)
