-1

I have mapped an azure disk to one of the kafka pods,I want to check the logs stored in the azure disk, is there any provision for this ?

Tushar Mahajan
  • 2,044
  • 1
  • 7
  • 18

2 Answers2

0

For your requirement, I think you can ssh into the pods to check the logs stored in the disk. Actually, Azure disk is a VHD file, so you cannot check the files inside it when it is not in the attached state.

Charles Xu
  • 29,862
  • 2
  • 22
  • 39
0

This got sorted by doing ssh into the specific node placed under AKS cluster and checking into the mounted disk to that

Tushar Mahajan
  • 2,044
  • 1
  • 7
  • 18