Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/neargle/cloud_native_security_test_case

🌶 一些和容器化/容器编排/服务网格等技术相关的安全代码片段[自用备份]
https://github.com/neargle/cloud_native_security_test_case

Last synced: about 1 month ago
JSON representation

🌶 一些和容器化/容器编排/服务网格等技术相关的安全代码片段[自用备份]

Awesome Lists containing this project

README

        

所有的代码都已经集成到了 CDK 的 EXP 中,可参考 [https://github.com/cdk-team/CDK/](https://github.com/cdk-team/CDK/)

.
├── docker_api
│   ├── 1_curl_api.sh
│   └── 2_ps_and_run_a_container.sh
├── nohup.out
├── privileged
│   ├── 1-host-ps.sh
│   ├── docker_run_cmd.sh
│   ├── k8s_new.yaml
│   └── k8s_new_cmd.sh
├── readme.md
├── service_account
│   ├── exec.sh
│   ├── kubectl
│   ├── set_cert.sh
│   └── simple.yaml
├── set_target.sample.sh
├── set_target.sh
└── try_google_cloud
├── 1_startup_github_project.sh
├── 2_host_info.sh
└── host_root.sh

4 directories, 17 files