LogoLogo
Home
Installation
Installation
  • Introduction
  • Deployment Alternatives
    • Kubernetes Deployment
      • Prerequisites
      • Recommended: Helm - Fully Automated
      • Alternative 1: Ansible - Fully Automated
      • Alternative 2: Ansible - Step-by-Step
      • Cloud Specific Details
    • Sandbox VM Deployment
      • AWS AMI - Developer Lite
    • Local Test Deployment
  • Artifacts
    • Helm Charts
      • Umbrella Charts
        • Ready Core
        • Ready CMS
        • Ready PIM
      • Initialization Charts
        • Namespaces
        • Global
        • Loader
        • Deployer API
        • Deployer
      • Application Charts
        • Admin UI
        • Gateway
        • Spring Runner
        • Samza Runner
        • Socket Runner
        • Storefront
      • Batch Charts
        • Cron
        • Job
      • Deprecated
        • Authentication
        • Session
        • H2O Wave
        • Wave App
    • Deployment Assets
      • Deprecated
    • Docker Repository
      • Front-end Images
      • Back-end Images
      • Python Images
    • Maven Repository
      • Core Packages
      • Runner Packages
      • Processors Packages
      • Custom Packages
      • Gateway Packages
    • Python Packages
    • Terraform Configurations
    • Ansible Playbooks
      • Initialization Playbooks
      • Application Playbooks
      • Enabler Playbooks
  • Administration
    • Cost & License Management
    • Secrets & Config Management
    • Testing & Health-Check
    • Logs & Traces & Metrics
    • Backup & Recovery
    • Technical Support
Powered by GitBook

© Rierino Software Inc. 2025. All rights reserved.

On this page
  1. Administration

Testing & Health-Check

Rierino microservices include probes for startup, readiness and liveness for continuous health-check.

Rierino API gateway and runners deployment charts include a "useProbes" parameter, which enable / disable checks for readiness and liveness of services. These probes allow automated detection and recovery from service failures.

Once deployed, it is possible to test accessibility of API gateway as well as runners which expose rest services (e.g. Spring based) using the following URL:

[PROTOCOL]://[HOST]:[PORT]/actuator/health

Accessibility of the Admin UI service can be tested using the following URL:

[PROTOCOL]://[HOST]:[PORT]/app/devops/login

All errors are automatically logged by the related microservice, and can be displayed through cloud control panel or "Admin UI - Devops" app interface.

PreviousSecrets & Config ManagementNextLogs & Traces & Metrics

Last updated 11 months ago