alex-slynko / cf-k8s-logging

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

cf-k8s-logging

Requirements

An existing CF for k8s environment with a system_domain.

Installation

  1. scripts/generate-values.sh <system_domain> > /tmp/values.yml
  2. cd config/manifests && ytt -f . -f /tmp/values.yml > /tmp/logging-deploy.yml
  3. kapp -a cf-k8s-logging -f /tmp/logging-deploy.yml
  4. See the logs from your CF pushed apps: curl -k https://log-cache.<system_domain>/api/v1/read/<app-guid>

About


Languages

Language:Shell 66.2%Language:Dockerfile 29.5%Language:Ruby 4.3%