- K8s StatefulSets is valuable for applications that require stable resources, such as unique network identifiers and persistent storage. My Question is: why not achieve stable status by node selector?
- Context switch problem in CPython, what will happen if we combine C/C++ compiled object file with python code? Memory leaked or others?