Code Snippets Application

This is a sample snippets application for testing Gateway API migration.

Hostname: snippets-test.tenant-platform-dev.com

Python Hello World

print("Hello, World from Snippets App!")

JavaScript Function

function greet(name) {
  return `Hello, ${name}!`;
}

Kubernetes Command

kubectl get pods -n test-app

Served via Gateway API with wildcard certificate