Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions docs/k8s/intro.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,14 +72,14 @@ It's that simple.

## Trying it out

Some cloud providers don't allow you to modify the nodes in the Kubernetes cluster, so for now you are limited to:
To quickly try out Imageless Kubernetes locally, see the [examples][examples-section], which uses `kind` to create a local Kubernetes cluster.

Imageless Kubernetes is also currently available for:

- Amazon EKS
- Self-managed Kubernetes

See the [installation][install-section] for more details on installing Imageless Kubernetes to your cluster.

To try out Imageless Kubernetes locally, see the [examples][examples-section], which uses `kind` to create a local Kubernetes cluster.
See the [installation][install-section] for more details on installing Imageless Kubernetes in your cluster.

[generations-concept]: ../concepts/generations.md
[install-section]: ./install/eks.md
Expand Down