Skip to content

Commit

Permalink
readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Piotr Zaniewski committed Feb 11, 2020
1 parent bd637d0 commit 3458de7
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,10 @@ Quick testing of a cluster with well-known/customized `kubectl` setup.
There are two images, one simple image with *bash* shell containing:

- `kubectl` - Kuberneted CLI v 1.17.2 with bash completion
- `k9s` - cluster monitoring tool
- popular tools: `curl, wget, git`
- useful aliases

Use this image if you want to quickly check and explore Kubernetes cluster without investing too much time.
This image is optimized for size performance.
This image is optimized for size performance and is based on ``Apline`` base image.

And one is a fancy image for *zsh* with more tools preinstalled:

Expand All @@ -28,7 +26,7 @@ And one is a fancy image for *zsh* with more tools preinstalled:
- useful aliases

Use this image if you want to monitor and develop for Kubernetes. This is my default image with all favourite tools and settings.
This image is optimized for usability.
This image is optimized for usability and is based on ``Ubuntu`` base image.

## How to use

Expand Down

0 comments on commit 3458de7

Please sign in to comment.