Challenge: Troubleshooting Further in Kubernetes
Challenge yourself to troubleshoot multi container and ingress issues in Kubernetes.
Problem 1: Resolving multi container issues
We’ve deployed the application below, but when we check our application status, there seem to be some issues. Rectify the issues and resolve them.
Press + to interact
apiVersion: apps/v1kind: Deploymentmetadata:name: podspec:replicas: 3selector:matchLabels:app: podtemplate:metadata:labels:app: podspec:containers:- name: nginx-container1image: nginx:1.21.3ports:- containerPort: 82- name: nginx-container2image: nginx:1.21.3ports:- containerPort: 81
...
Get hands-on with 1400+ tech skills courses.