Skip to content

Commit

Permalink
Merge pull request #32 from gtonic/main
Browse files Browse the repository at this point in the history
Fix typos in Readme.md
  • Loading branch information
adrianliechti committed Nov 3, 2022
2 parents b8a3683 + 2d0da74 commit 160b348
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ devkube bootstraps feature-rich Kubernetes clusters locally using Docker or on a
- [Linkerd](https://linkerd.io) - Service Mesh
- [Kyverno](https://kyverno.io) - Kubernetes Policy Management
- [Falco](https://falco.org) - Kubernetes threat detection engine
- [Trivy](https://aquasecurity.github.io/trivy-operator/latest/) - Kubernetse workload vulnerability scanning
- [Trivy](https://aquasecurity.github.io/trivy-operator/latest/) - Kubernetes workload vulnerability scanning

### Cloud providers

Expand All @@ -30,6 +30,11 @@ devkube bootstraps feature-rich Kubernetes clusters locally using Docker or on a

![Overview](docs/assets/overview.svg)

## Prerequisites

- [Docker](https://docs.docker.com/get-docker/) - Container daemon
- [Kind](https://kind.sigs.k8s.io/) - Kubernetes in Docker, for local cluster

## Install

MacOS / Linux with [Homebrew](https://brew.sh)
Expand Down Expand Up @@ -77,7 +82,7 @@ devkube grafana

![Ingress](docs/assets/ingress.png)

This CLI can forward traffic to the ingress controller and simulate DNS by adding entries in `/etc/hosts` temporary. It also alows to trust the pre-configured certificate authority (CA) to support TLS rules.
This CLI can forward traffic to the ingress controller and simulate DNS by adding entries in `/etc/hosts` temporary. It also allows to trust the pre-configured certificate authority (CA) to support TLS rules.

```shell
# Trust Platform CA (use --uninstall to remove)
Expand Down

0 comments on commit 160b348

Please sign in to comment.