Start Services in Your Kubernetes Cluster

Start Splunk AppDynamics service charts in your Kubernetes cluster and monitor the deployment.

To start the Splunk AppDynamics charts, run the ./install.sh script. This script ensures that all components are deployed in the required order.
  1. Run the following command to install core appd services.
    CODE
    ./appdcli start appd [Profile]

    This step deploys infrastructure and application services.

    Install the following add-on services using appdcli command.
    Chart Components/Services
    aiops Anomaly Detection services.
    atd Automated Transaction Diagnostics (ATD) services.
    log-connect Splunk Log Connect services.
    secureapp Secure Application services.
    mcp Model Context Protocol
  2. Optional: Run the following commands to monitor deployment progress:
    CODE
    # 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
For Secure Application services, see Configure Cisco Secure Applications.