Skip to content

Commit

Permalink
chore: update readme.md
Browse files Browse the repository at this point in the history
Optimizations:

- Added a nice looking Discord badge
- Improved K8s quotes (text & placement)

Signed-off-by: Daniel Werner <[email protected]>
  • Loading branch information
danielwernerio authored Dec 1, 2024
1 parent 2ba3016 commit ae2ac1b
Showing 1 changed file with 16 additions and 10 deletions.
26 changes: 16 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,15 @@
<h6>Orchestrate like never before. K8s reimagined.</h6>
<p align="center">
<a href="https://next-hat.com/nanocl"><b>Why</b></a> •
<a href="https://docs.next-hat.com/manuals/nanocl/install/overview"><b>Install</b></a> •
<a href="https://discord.gg/WV4Aac8uZg" target="_blank"><b>Discord</b></a> •
<a href="https://docs.next-hat.com/manuals/nanocl/install/overview"><b>Quickstart</b></a> •
<a href="https://x.com/next_hat" target="_blank"><b>𝕏</b></a>
</p>
<p>

[![Tests](https://github.com/next-hat/nanocl/actions/workflows/tests.yml/badge.svg)](https://github.com/next-hat/nanocl/actions/workflows/tests.yml)
[![Clippy](https://github.com/next-hat/nanocl/actions/workflows/clippy.yml/badge.svg)](https://github.com/next-hat/nanocl/actions/workflows/clippy.yml)
[![codecov](https://codecov.io/gh/next-hat/nanocl/branch/nightly/graph/badge.svg?token=4I60HOW6HM)](https://codecov.io/gh/next-hat/nanocl)
[![Discord](https://img.shields.io/badge/discord-join-7289DA.svg?logo=discord&longCache=true&style=flat)](https://discord.gg/WV4Aac8uZg)

</p>
</div>
Expand All @@ -25,25 +25,25 @@ The developing ecosystem provides an **easy** solution for **local** development
The architecture of Nanocl enables a **seamless deployment** to **production** among other innovations.<br/>
<blockquote>
<span>
You could build a K8s within Nanocl. But we are quite sure you wouldn't want to..
In a nutshell we're solving known K8s memes (among other things).
</span>
</blockquote>

Nanocl will introduce the **next paradigm** for **Platform Engineers** by providing ground breaking cloud-native architectural innovations, best-in-class security, while reducing operational costs with e.g. 🦀 **Rust** based efficiency.

<blockquote>
<span>
Who said that K8s is more than a perfect platform for application workloads?
</span>
</blockquote>

## Installation
## Quickstart

We are already compatible with **Linux**, **MacOS** & **Windows**, just jump to [Installation guide][nanocl_install_guide].<br/>
Please bare with us, Nanocl is currently more than just on the cutting edge..

## Latest news

<blockquote>
<span>
Who said that K8s is more than a perfect platform for application workloads?
</span>
</blockquote>

- **Blog**: [Automating deployment with GitHub Actions](https://docs.next-hat.com/blog/automating-deployment-with-github-actions-and-nanocl) on 24.11.2024
- **Release**: [End to End TLS encryption and first step for network meshing](https://docs.next-hat.com/blog/nanocl-0.16) on 01.11.2024
- **Release**: [Man page, Backup, Remove Orphans and more](https://docs.next-hat.com/blog/nanocl-0.15) on 11.06.2024
Expand Down Expand Up @@ -84,6 +84,12 @@ Resources:
## Architecture
<blockquote>
<span>
You could build a K8s within Nanocl. But we are quite sure you wouldn't want to..
</span>
</blockquote>
Nanocl is designed as a **microservice** architecture, consisting of multiple components running as **containers**, including the **Nanocl Daemon** itself.
The following components will be installed during `nanocl install` and are required to ensure full Nanocl functionalities:

Expand Down

0 comments on commit ae2ac1b

Please sign in to comment.