Skip to content

Commit

Permalink
Merge with gh-pages
Browse files Browse the repository at this point in the history
  • Loading branch information
sakno committed Jan 14, 2024
2 parents 0b831dd + b1fa417 commit 8c140b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,4 +71,4 @@ Allows to build clustered microservices which rely on network consensus and dist

# DotNext.MaintenanceServices
<a href="https://www.nuget.org/packages/dotnext.maintenanceservices/absoluteLatest"><img src="https://img.shields.io/nuget/vpre/dotnext.maintenanceservices.svg?logo=NuGet"></a> ![Downloads](https://img.shields.io/nuget/dt/dotnext.maintenanceservices.svg)<br/>
Provides **Application Maintenance Interface** (AMI) for .NET apps and microservices that allows to send maintenance commands to the application directly using Unix Domain Sockets and Unix utilities such as `netcat`. Thus, the interface is fully interoperable with command-line shells such as Bash. Additionally, AMI enables support of [Kubernetes probes](https://kubernetes.io/docs/tasks/configure-pod-container/configure-liveness-readiness-startup-probes) for .NET apps in a unified way. Read [this article](./features/ami/index.md) for more information.
Provides **Application Maintenance Interface** (AMI) for .NET apps and microservices that allows to send maintenance commands to the application directly using Unix Domain Sockets and Unix utilities such as `netcat`. Thus, the interface is fully interoperable with command-line shells such as Bash. Additionally, AMI enables support of [Kubernetes probes](https://kubernetes.io/docs/tasks/configure-pod-container/configure-liveness-readiness-startup-probes) for .NET apps in a unified way. Read [this article](./features/ami/index.md) for more information.

0 comments on commit 8c140b8

Please sign in to comment.