🚀 Application

Name DevOps Dashboard
Version 1.0.4
Environment production
URL http://dashboard.jamescollins.xyz

🖥️ System

Hostname devops-dashboard-8474d4bf97-7zgnb
OS Linux 6.12.55+
Architecture x86_64
Uptime 1d 4h 45m
Server Time 2026-03-17 19:02:40 UTC
Timezone UTC

🐘 PHP Runtime

PHP Version 8.3.30
SAPI fpm-fcgi
Memory Limit 128M
Max Execution 30s
OPcache Enabled
Extensions Core, date, libxml, openssl, pcre, sqlite3, zlib, ctype, curl, dom, fileinfo, filter, hash, iconv, json, mbstring, SPL, session, PDO, pdo_sqlite, standard, posix, random, readline, Reflection, Phar, SimpleXML, tokenizer, xml, xmlreader, xmlwriter, mysqlnd, cgi-fcgi, sodium, Zend OPcache

🔧 Environment Variables

APP_ENV production
APP_NAME DevOps Dashboard
APP_URL http://dashboard.jamescollins.xyz
APP_VERSION 1.0.4
HOSTNAME devops-dashboard-8474d4bf97-7zgnb
KUBERNETES_PORT tcp://34.118.224.1:443
KUBERNETES_PORT_443_TCP tcp://34.118.224.1:443
KUBERNETES_PORT_443_TCP_ADDR 34.118.224.1
KUBERNETES_PORT_443_TCP_PORT 443
KUBERNETES_PORT_443_TCP_PROTO tcp
KUBERNETES_SERVICE_HOST 34.118.224.1
KUBERNETES_SERVICE_PORT 443
KUBERNETES_SERVICE_PORT_HTTPS 443
PHP_ASC_URL https://www.php.net/distributions/php-8.3.30.tar.xz.asc
PHP_CFLAGS -fstack-protector-strong -fpic -fpie -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64
PHP_CPPFLAGS -fstack-protector-strong -fpic -fpie -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64
PHP_INI_DIR /usr/local/etc/php
PHP_LDFLAGS -Wl,-O1 -pie
PHP_SHA256 67f084d36852daab6809561a7c8023d130ca07fc6af8fb040684dd1414934d48
PHP_URL https://www.php.net/distributions/php-8.3.30.tar.xz
PHP_VERSION 8.3.30

API Endpoints

GET /healthz

Kubernetes liveness probe. Returns {"status":"ok"} when the process is alive.

Test →

GET /readyz

Kubernetes readiness probe. Returns {"status":"ready"} when the app can handle traffic.

Test →

GET /api/info

Application metadata endpoint. Returns JSON with version, hostname, and author info.

Test →