Implements a support lab for the builders experience
Details
Provides a lab that teaches how to suport your customer with the
Replicted Platform builders experience. Takes the learned through
the following steps for their builders plan app:
Using Instance Insights to gain situatiional awareness for a
customer issue.
Learning what a support bundle is and how to define and
collect a simple one.
Expanding the support build to be a fairly robust bundle for
application.
Incorporating the support bundle specification into their Helm
chart.
Releasing a new version of the chart containiner the support
bunlde spec.
Upgrading the customer's instance and using the in-cluster
support bundle spec from the Helm chart to collect a support
bundle.
Making a support bundle definition available from a URI and
using that to assure an up-to-date support bundle spec
indepdent of new the application release.
The lab uses the Bitnami chart for the Harbor image registry that
is use in other labs. It includes the changes to the Harbor chart
made in those previous labs. It uses kubectl rollout pause and
kubectl delete pod to cause a simulated outage.
TL;DR
Implements a support lab for the builders experience
Details
Provides a lab that teaches how to suport your customer with the Replicted Platform builders experience. Takes the learned through the following steps for their builders plan app:
The lab uses the Bitnami chart for the Harbor image registry that is use in other labs. It includes the changes to the Harbor chart made in those previous labs. It uses
kubectl rollout pause
andkubectl delete pod
to cause a simulated outage.