pyarmor kubernetes support #1336
Replies: 4 comments 4 replies
-
Do you mean using group license with Kubernetes container? In this case, the solution is almost same as docker only Kubernetes container could visit Kubernetes host by ipv4 in same network. And how to tell it's Kubernetes container? For docker, there is no disk storage. |
Beta Was this translation helpful? Give feedback.
-
I have a question, is it necessary to obfuscate the Python scripts in Kubernetes container? Why not obfuscate the scripts in local machine, then deploy obfuscated scripts to Kubernetes container directly? |
Beta Was this translation helpful? Give feedback.
-
Dear @jondy , we have same kind of problem. |
Beta Was this translation helpful? Give feedback.
-
pro license should be OK if no more than 100 runs in 24 hours. I don't know your build process, but ci/cd pipeline should get python scripts somewhere. So you can first use docker containers or any offline device to obfuscate python scripts, then upload the obfuscated scripts to same place, then ci/cd pipeline could get these obfuscated scripts directly. It just changes a little in ci/cd pipeline. Why must obfuscate the scripts on kubernetes? |
Beta Was this translation helpful? Give feedback.
-
What is kubernetes cluster?
Kubernetes cluster is a collection of nodes (computers or virtual machines) that work together to run containerized applications. Kubernetes is an open-source container orchestration platform that automates the deployment, scaling, and management of containerized applications
Pyarmor support Docker?
Yes, we are able to test docker images with multiple VM then good to move kubernetes
Idea of implementation:
Beta Was this translation helpful? Give feedback.
All reactions