Skip to content

Commit c8e8a30

Browse files
committed
doc: additional features
1 parent 24174ef commit c8e8a30

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

README.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,9 +40,11 @@ It is a **Go-based native implementation** that interacts directly with the Kube
4040
There is **NO NEED** for external dependencies or tools to be installed on the system.
4141
If you're using the native binaries you don't need to have Node or Python installed on your system.
4242

43-
- ✅ Lightweight: The server is distributed as a single native binary for Linux, macOS, and Windows.
44-
- ✅ High-Performance / Low-Latency: Directly interacts with the Kubernetes API server without the overhead of calling and waiting for external commands.
45-
- ✅ Cross-Platform: Available as a native binary for Linux, macOS, and Windows, as well as an npm package, a Python package, and container/Docker image.
43+
- **✅ Lightweight**: The server is distributed as a single native binary for Linux, macOS, and Windows.
44+
- **✅ High-Performance / Low-Latency**: Directly interacts with the Kubernetes API server without the overhead of calling and waiting for external commands.
45+
- **✅ Cross-Platform**: Available as a native binary for Linux, macOS, and Windows, as well as an npm package, a Python package, and container/Docker image.
46+
- **✅ Configurable**: Supports [command-line arguments](#configuration) to configure the server behavior.
47+
- **✅ Well tested**: The server has an extensive test suite to ensure its reliability and correctness across different Kubernetes environments.
4648

4749
## 🚀 Getting Started <a id="getting-started"></a>
4850

0 commit comments

Comments
 (0)