I have few storage related question for Knative apps
How do I check how much storage space do I have for a stateless knative apps. Reason being I need the Knative pod to process a huge file of 1G before removing it. it seem to get problem processing a large file. I am suspecting storage size causing the issue.
How do I increase the knative app disk size if it is possible?
Not sure how kubernetes allocate disk space for a container.
Thank you.