You must complete the Install ElasticSearch and Kibana lab prior to this lab.
Prepare the YAML manifests for the related fluent-bit K8S objects. Manifest will be output into generated/$CLUSTER_NAME/fluent-bit/
in case you want to inspect.
./scripts/generate-and-apply-fluent-bit-yaml.sh $(yq e .management-cluster.name $PARAMS_YAML)
Ensure that fluent bit pods are running
kubectl get pods -n tanzu-system-logging
Access kibana. This leverages the wildcard DNS entry on the convoy ingress. Your base domain will be different than mine.
open http://$(yq e .shared-services-cluster.kibana-fqdn $PARAMS_YAML)
You should see the kibana welcome screen.
We assume you have already configured your kibana index during the configuration of FluentBit for Shared Services Cluster.
Click the Discover icon at the top of the left menu bar. You can start searching for management cluster logs.
Install Velero and Setup Nightly Backup on Management Cluster