What tool can be used to back up and restore workloads on clusters provisioned by vSphere Supervisor?
A customer is required to enhance the security for a set of VMware vSphere Kubernetes Service (VKS) clusters that host services interacting with sensitive customer data. The solution must encrypt the transport and communications between services.
The VKS Admin recommends enabling Istio Service Mesh to satisfy the requirement. What type of encryption does Istio Service Mesh provide?
A VKS Administrator is troubleshooting a failed package installation. A developer attempted to install the fluent-bit package, but the PackageInstall resource status reports a reconciliation failure.
The administrator inspects the PackageRepository status:
$ kubectl get packagerepository -n tkg-system
NAME AGE DESCRIPTION
private-repo 10m Reconcile failed: Error: Imgpkg: Fetching image:
Head "https://private-reg.corp.local/repo/packages:v1":
x509: certificate signed by unknown authority
The environment uses a private Harbor registry (private-reg.corp.local) signed by an internal Corporate Root CA.
What is the correct procedure to resolve this trust issue and allow the cluster to pull packages? (Choose
2.)