Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: enrich the landing page with basic concepts #472

Merged
Merged
Changes from 4 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 6 additions & 2 deletions docs/index.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,12 @@
# Pebble

_Take control of your internal daemons!_
**Pebble** is a lightweight Linux service manager.

**Pebble** helps you to orchestrate a set of local service processes as an organised set. It resembles well known tools such as _supervisord_, _runit_, or _s6_, in that it can easily manage non-system processes independently from the system services, but it was designed with unique features that help with more specific use cases.
It helps you orchestrate a set of local processes as an organised set. It resembles well-known tools such as _supervisord_, _runit_, or _s6_, in that it can easily manage non-system processes independently from the system services. However, it was designed with unique features such as layered configuration and an HTTP API that help with more specific use cases.

Pebble fulfils the need for streamlined, dependable, and secure service management. It empowers you to efficiently operate your services with ease, resolve service interdependencies, configure tailored health checks to automatically restart services upon failure, and gain insightful visibility into Pebble server events for a comprehensive understanding of operational dynamics. Pebble also supports simple identity and access control, ensuring secure usage in shared environments.
IronCore864 marked this conversation as resolved.
Show resolved Hide resolved

Pebble caters to a diverse user base managing services both locally and within containerised environments, offering a robust solution for your workload management needs. It is also extensively used alongside [Juju and Charms](https://juju.is/).
IronCore864 marked this conversation as resolved.
Show resolved Hide resolved

## In this documentation

Expand Down
Loading