1.题目

Create a Pod named secret-pod of image busybox:1.31.1 in namespace secret which should keep running for some time. It should be able to run on master nodes as well, create the proper toleration.
There is an existing Secret file name secret1.yaml, create it in the secret Namespace and mount it readonly into the Pod at /tmp/secret1.
Create a new Secret in Namespace secret called secret2 which should contain user=user1 and pass=1234. These entries should be available inside the Pod’s container as environment variables APP_USER and APP_PASS.