AKS POD is not accessing the file from ONPREMEISE SERVER

Battula Nagamani Kumari 1 Reputation point
2022-05-25T13:09:11.12+00:00

We have designed the spring batch application.
This app will use some batch file(This file placed in source server) to copy the files from one on premise server to SFTP server.

It was running successfully in my local , my desktop can able to access to both source server and SFTP server.

I have deployed this application to AKS cluster, application deployed successfully on the aks pod.

After deployed to aks, from the log we have identified that it was not fetching the batch file , which was currently in source server.

Do we need to raise any FW between AKS and on premise server?

Azure Kubernetes Service (AKS)
Azure Kubernetes Service (AKS)
An Azure service that provides serverless Kubernetes, an integrated continuous integration and continuous delivery experience, and enterprise-grade security and governance.
1,885 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Manu Philip 16,991 Reputation points MVP
    2022-05-30T08:23:12.767+00:00

    AKS storage options should be from the Azure storage categories only. AKS can't locate a storage from on-premises server. Check the following documentation also
    https://learn.microsoft.com/en-us/azure/aks/concepts-storage

    ----------

    --please don't forget to upvote and Accept as answer if the reply is helpful--

    1 person found this answer helpful.
    0 comments No comments