Steps to check pod status

  • Navigate to deps/tools/
  • Execute the command ./k3s kubectl get pods -n cc

Expected result:

There should be 2 pods avx-mid-server-starter and avx-mid-server-platform and both should be in running state.

Pod Description:

avx-mid-server-starter: Responsible for startup of the CC, this downloads the required artifacts from AppViewX servers to CC nodes during startup. Post successful startup, this pod does not play any significance. Restarting the pod would download the artifacts once again and upgrade to the latest cloud connector changes from the server.

avx-mid-server-platform: Responsible for all device communication, it checks with AppViewX SaaS servers, and if there are any actions that need to be performed and if it finds that actions have to be performed (for example Discovery, Device Addition, Certificate push, and so on), then the commands will be executed on the end device from this pod and response will be sent back to AppViewX servers.