# Deployment Options in Kubernetes
The yc-360 script can be seamlessly integrated into Kubernetes clusters to monitor, diagnose, and troubleshoot Java applications running in Pods. Depending on your architectural preferences and operational model, you can deploy the yc-360 script using one of the following options:
# 1. Run yc-360 Script in a Sidecar Container
In this deployment model, the Java application runs in one container, while the yc-360 script runs in a dedicated sidecar container within the same Pod.
To learn more, visit the Run yc-360 Script in a Sidecar Container page.
# 2. Run yc-360 Script in the Same Container
In this model, the yc-360 script is bundled directly within the same container as the Java application.
To learn more, visit the Run yc-360 Script in Same Container page.