Vijay Mallya debt amount approx 6000 cr - Government recovered approx 14000 cr
Anil Ambani 's debt amount 49,000cr - Government recovered only 455 cr
Anil Ambani is still doing business getting government contracts
Meanwhile Mallya called as Traitor
I want to start my journey in open source, and I feel like I'm a bit late to the game. It's overwhelming with so many projects to choose from, and I'm not sure where to begin! 😵💫
Any tips ??
#opensource#cncf#lfx#gsoc
Finally the ball is out and I can talk about KubeCon India happening on 11th and 12th December in Delhi!
Best place for Kubecon <3
Let's goooo!!!!! It will be big one!
The venue is dope !!
@TheSuranaverse I am majorly a devops engineer but also great at non tech work like social media handling and also has experience of it.
Expected pay - 10k (part time)
My tech update --
Currently working on a small gig of transforming a monolithic iot application into an AWS serverless application.
#aws#cloud#awscloud
Kubernetes: Don't use "volumeMode: Block" for Pods running typical java or nodejs apps.
Deep-dive? Shall we? Okay. Let's get the basics right.
Persistent Volume support 2 Volume Modes:
1. Block
2. Filesystem
When volumeMode is not present "Filesystem" happily becomes default mode 🥳
Alright.
Back to the question.
Why shouldn't we use "volumeMode: Block" with web apps?
Because of "Compatibility" issues.
- Java/Nodejs apps expect a file system.
- Why? To enable file or directory access.
- This is done using standard application libraries.
Sure.
Block volumes have their use cases,
but not for traditional Java and Node.js applications.
Hope you learned something.
If it's useful, share and let your friends know! ♻️
I'm @MuthaNagavamsi I post Kubernetes and #DevOps content.
P.S. Do you set "volumeMode: Filesystem" on your PersistentVolume config?