# Hypernetes

## What is Hypernetes?

Hypernetes is a secure, multi-tenant [Kubernetes](http://kubernetes.io) distro. Simply put,

Hypernetes = Bare-metal + [Hyper](https://hyper.sh) + Kubernetes + [KeyStone](https://wiki.openstack.org/wiki/Keystone) + [Cinder](https://wiki.openstack.org/wiki/Cinder) + [Neutron](https://wiki.openstack.org/wiki/Neutron).

## What does Hypernetes do?

Hypernetes envisions the future of ***"Container-as-a-Service without IaaS"***. The idea is to combine the orchestration power of Kubernetes with [the runtime isolation of Hyper](https://hypercontainer.io/why-hyper.html) to build the truly secure multi-tenant CaaS platform.

![](https://trello-attachments.s3.amazonaws.com/55545e127c7cbe0ec5b82f2b/1660x705/895000bf0d7e25aee600d3cfaf0fd3f2/upload_10_19_2015_at_3_02_11_PM.png)

Hypernetes also integrates with a number of OpenStack projects:

* Keystone (Authentication)
* Neutron (SDN)
* Cinder/Ceph (Persistent Storage)

## How Hypernetes works?

![Architecture overview](https://github.com/hyperhq/docs.hypernetes.com/tree/12d9eac10ca01c5e97f35ea84df59e20f7b45dcf/architecture.png?raw=true)


---

# 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://hyperhq.gitbook.io/docs-hypernetes-com/master.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.
