How can i use ISR (nextJS) with k8s(EKS) and CDN(CloudFront) ?
Unanswered
Transvaal lion posted this in #help-forum
Transvaal lionOP
Hello. i'm trying to add new NextJS pod in my k8s worker nodes that serves pages with different rendering modes: ISR, SSR, and CSR.
My issue is 'using ISR'.
It has 1minute of revalidate time, serve static files through CDN(CF) + S3 (ISR files have to be synced with S3 every revalidate time).
And the timestamps of all the revalidated points of NextJS pods need to be fully synchronized. Is there any experiences ,good example, or ideas?
Thank you 🙂
My issue is 'using ISR'.
It has 1minute of revalidate time, serve static files through CDN(CF) + S3 (ISR files have to be synced with S3 every revalidate time).
And the timestamps of all the revalidated points of NextJS pods need to be fully synchronized. Is there any experiences ,good example, or ideas?
Thank you 🙂
