infosys:
[ ] Aditi to send update re change of date and session topics ops on Wednesday, Dev on thursday
[ ] share oren's presentation
[ ]Add TSR slides to Oren's presso
## Poll Questions
### operations session
1. Are your teams currently running containerised applications?
2. Are the containerised applications orchestrated by Kubernetes?
3. how many Kubernetes clusters would your org/team manage (approx)?
4. Of these clusters how many are classified as "production"?
5. How do you deploy Kubernetes clusters on/off premises eg homegrown scripts?
6. What tools/methods do you use to manage Kubernetes clusters - upgrades, configuration, etc.?
7. Do you have challenges in consistently applying policies, protecting data across your fleet of clusters?
### dev session
1. Are your teams currently running containerised applications?
2. Are the containerised applications orchestrated by Kubernetes?
3. how many Kubernetes clusters would your org/team use (approx)?
4. Of these clusters how many are classified as "production"?
5. What challenges do your developers face in building, maintaining and securing containers and container images?
6. If you run multiple microservices do you have consistent operations and security across the end-to-end application transaction on any platform or cloud?
7. Can the microservices platform provide granular authorization and encryption features to secure communications and protect data in transit?
8. Do you have observability between apps, data and users?
9.
## Quiz Questions
### operations session
1. What is the name of VMware's modern applications portfolio? [Tanzu]
2. What is VMware's kubernetes offering called? [Tanzu Kubernetes Grid]
3. What is the minimum version of Vsphere required to run TKG? [6.7 U3]
4. Can you run TkG Service on VSphere 6.7 U3? [no]
5. How can you manage multiple kubernetes clusters regardless of where they are running - on or off premises? [TMC]
6. Is VSAn a requirement for TKG service? [no]
7. What is the name given to the customised kubelet for ESXi? [spherelet]
8. what is the name of the control plane in Vsphere 7 with Kubernetes? [Supervisor Cluster]
9. What is the compute resource used to organise access to vsphere pods and TKG clusters? [namespace]
10. Is there a container registry built into Vsphere 7 with kubernetes? [yes, Harbor]
### Developer session
1. What is the development framework used in today's session? [TSR]
2. what tool can you use to push an application to a kubernetes cluster? [cf push]
3. What is used to secure connections between microservices? [service mesh]
4. What platform is used to enable the `cf push` experience on kubernetes? [TAS for k8s]
5. What is the name of the application used in the demonstration? [Todo simple App]
6. what is the frontend framework used to create the app? [VuE.JS]
7. how does the Spring backend application connect to the database service? [cf bind]
8. what is the observability tool used in the session? [TO]
9.