Test, Deploy, Scale, Monitor, Orchestrate
Nanocl
is all about easing your container and VM management with Rust-powered platform.
With Nanocl
, say goodbye to complex setups and hello to easy, efficient deployments.
We stand for robust performance and efficiency with simplicity, trimming the bloat to keep your systems lean.
Join us and help shape the future of cloud computing - it's about time things got a bit more rusty.
- ❓ Why Nanocl ?
- 📙 Table of Contents
- 🚀 Key Benefits
- 🔧 Usage
- 📺 Demo
- 🧿 Architecture
- 📚 Documentation
- 📋 Requirements
- 💾 Installation
- 👨💻 Contributing
- 💎 Sponsors
- ⭐️ Show your support
- Easy deployment and management
- Significantly reduce the delay between writing code and shipping it to production
- Efficiently manage and scale your infrastructure as your needs evolve
- Enhance security by isolating services using namespaces and networks.
- Enjoy peace of mind with automatic backups, zero downtime fail-over, and comprehensive log monitoring
- Enjoy history tracking of your container and virtual machine configuration
- Revert configuration as quickly as pressing a button
- Build an entire CI/CD pipeline, from tests to high-availability production
- Best ideas and practices from the community
Nanocl
is designed to be easy to operate by mostly using Statefiles.
Statefiles are yaml
files that define the state you want.
There is an example used to deploy our documentation:
ApiVersion: v0.13
# See all options:
# https://docs.next-hat.com/references/nanocl/objects/cargo
Cargoes:
- Name: doc
Container:
Image: ghcr.io/next-hat/documentation:0.13.0
# See all options:
# https://docs.next-hat.com/references/nanocl/objects/resource
Resources:
- Name: docs.next-hat.com
Kind: ncproxy.io/rule/v0.10
Data:
Rules:
- Domain: docs.next-hat.com
Network: Public
Locations:
- Path: /
Target:
Key: doc.nexthat.c
Port: 80
To apply a state we can do it easily bu running nanocl state apply -s path|url
We can also revert a state by calling nanocl state rm -s path|url
Demo of Nanocl
in action when applying example/deploy_example.yml
:
Nanocl
is designed in a micro services architecture several component are required and they are running as container included the Nanocl Daemon
itself.
The following components will be installed during nanocl setup
and are required to ensure Nanocl
functionality:
nstore
to save our statendaemon
as REST API to manage everythingnmetrics
to monitor cpu, memory and network usagenproxy
proxy to redirect traffic to our containers and virtual machinesncproxy
to update proxy configuration based on the current statendns
to manage the dns entries for the containers and virtual machinesncdns
to update dns entries based on the current state
Simplified version of our architecture for a single node:
To learn more about Nanocl
, you can take a look at the following resources:
To work properly Nanocl
must have theses dependencies installed on the system:
- Docker minimum version 1.41
To install Nanocl
, please refer to our online installation guide.
Every contribution is very welcome.
But to be able to do so you need a dev environnement right ?
You can learn more about it on the contribution guide.
Also don't hesitate to join the discord if you have any question!
Huge thanks to our sponsors
Mamaicode |
xf10w |
Give a ⭐️ if this project helped you!