You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Check the status of the pods to ensure they are running:
94
+
Check the status of the pods to ensure they are running:
92
95
```bash
93
96
kubectl get pods -n code2cloud
94
97
```
95
98
96
-
Verify the service is created and accessible:
99
+
Verify the service is created and accessible:
97
100
```bash
98
101
kubectl get svc -n code2cloud
99
102
```
100
103
101
104
### Access the Application
102
-
Use the external IP provided by the LoadBalancer service to access the application in your browser.
105
+
Use the external IP provided by the LoadBalancer service to access the application in your browser.
103
106
104
107
## Conclusion
105
108
By following these steps, you have successfully demonstrated the code-to-cloud traceability feature of Prisma Cloud using a Python Flask application. The application is now deployed on a Kubernetes cluster, showcasing automated CI/CD with GitHub Actions and Docker.
0 commit comments