About Let's now go to through the main Kubernetes resources to better understand their usage. Pods¶ Course: What is a Pod? Exercise: running the VotingApp in Pods Services¶ Course: Using a Service to expose Pods Exercise: Adding Services to the VotingApp Deployments¶ Course: Using a Deployment to manage Pods lifecycle Exercise: Using Deployments in the VotingApp Configuration¶ Course: Using ConfigMap & Secret Exercise: Using a Secret to secure the database connection Storage¶ Course: Introduction to Kubernetes Storage Exercise: Storage Jobs¶ Course: Using Job and CronJob Exercise: Job Ingress¶ Course: Using Ingress resources Exercise: Ingress