Skip to content

Commit

Permalink
update README
Browse files Browse the repository at this point in the history
  • Loading branch information
ryodocx committed Dec 21, 2022
1 parent e9bf1c6 commit 321e56b
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,16 @@
Fast access to Kubernetes!
Especially effective with kubectl + EKS

```sh
# first time access
$ time kubectl version &>/dev/null
kubectl version &> /dev/null 0.42s user 0.10s system 59% cpu 0.868 total

# after second access
$ time kubectl version &>/dev/null
kubectl version &> /dev/null 0.05s user 0.02s system 24% cpu 0.308 total
```

## Architecture
[![](./docs/summary.drawio.svg)](./docs)

Expand Down

0 comments on commit 321e56b

Please sign in to comment.