Getting Started - PaaS Logging
If your application runs on Platon PaaS (Kubernetes) and you just need logging, getting started is simple.
What You Need to Do
Log to stdout - that's it.
Your application should write logs to standard output (stdout). The platform automatically collects these logs and ships them to our logging backend.
Request Access
Contact the Platon team on #platon (Slack) with:
- Namespace: The Kubernetes namespace where your application runs
- Tenant name: A name for your team or product (e.g., "my-team" or "my-product")
- EntraID group: The Microsoft Entra ID group that should have access to view logs
What Happens Next
Once you've contacted us:
- We configure Vector (our log shipper) to collect logs from your namespace
- We create a Grafana organization for your team
- We set up a Loki data source connected to your tenant
- We grant your EntraID group access to the Grafana organization
View Your Logs
After setup is complete:
- Go to grafana.platon.sikt.no
- Log in with Feide
- Select your organization (if you belong to multiple)
- Go to Explore and select your Loki data source
- Start querying your logs
See Using Grafana for more details on navigating the interface.
Bonus: Container Metrics
Even if you only set up logging, you automatically get access to basic container metrics (CPU, memory, network) through the Kubernetes metrics data source. No additional setup required.
Next Steps
- Querying Logs - Learn how to search and filter your logs
- LogQL Best Practices - Write efficient queries
- Alerting - Get notified when things go wrong