Install Services Charts in Your Kubernetes Cluster
Install Splunk AppDynamics service charts in your Kubernetes cluster and monitor the deployment.
./install.sh script. This script ensures that all components are deployed in the required order.
Gain operational intelligence by collecting, indexing, and visualizing data using a powerful on-premises engine for actionable insights.
Release NotesCollect, index, and visualize your data in the cloud for better operational intelligence.
Release NotesDiscover, share, and install apps and add-ons with the Splunk community on Splunkbase. Publish your own or add others to your Splunk platform instance.
Gain operational intelligence by collecting, indexing, and visualizing data using a powerful on-premises engine for actionable insights.
Release NotesStreamline your security operations with a SOAR system that integrates orchestration, playbook automation, and case management to enhance threat response.
Prevent disruptions and optimize operations when you monitor and analyze your IT service with predictive analytics and machine learning.
Release NotesCollect, index, and visualize your data in the cloud for better operational intelligence.
Release NotesGain end-to-end visibility, troubleshoot in real-time, and optimize performance across infrastructure, applications, and user interfaces.
Release NotesCloud-based application performance monitoring with AI-powered insights for hybrid and multi-cloud environments.
Release NotesSelf-hosted application observability for regulated and sensitive environments.
Release NotesPre-packaged, self-contained application monitoring solution based on modern Kubernetes architecture.
Release NotesBuild and deliver apps and integrations with SDKs, APIs and tools.
Access and share apps and add-ons with the Splunk community on Splunkbase. Publish your own apps, or download and install others on your Splunk platform instance.
Explore information on best practices, connect with community, or contact support.
Install Splunk AppDynamics service charts in your Kubernetes cluster and monitor the deployment.
./install.sh script. This script ensures that all components are deployed in the required order.
oc login) as a cluster administrator../install.sh <profile>
# Install with medium profile
./install.sh medium
# Install with Extra Large profile
./install.sh xlarge
| Order | Chart | Components/Services |
|---|---|---|
| 1 | Operators | CRD controllers (MySQL, Kafka, Elasticsearch, PostgreSQL, Cert-Manager) |
| 2 | appd-charts |
Infrastructure and application services. |
| 3 | aiops-charts |
Anomaly Detection services. |
| 4 | otis-charts |
OpenTelemetry services. |
| 5 | atd-charts |
Automated Transaction Diagnostics (ATD) services. |
| 6 | uil-charts |
Universal Integration Layer. |
| 7 | secapp-charts |
Secure Application services. |
# Watch all pods
kubectl get pods -A -w | grep -E "cisco|mysql|kafka|es|redis|authn|authz"
# Check specific namespaces
kubectl get pods -n cisco-controller
kubectl get pods -n mysql
kubectl get pods -n kafka
# Check events for issues
kubectl get events -A --sort-by='.lastTimestamp' | tail -20
# Check routes
oc get routes -A