Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/neargle/cloud_native_security_test_case
🌶 一些和容器化/容器编排/服务网格等技术相关的安全代码片段[自用备份]
https://github.com/neargle/cloud_native_security_test_case
Last synced: about 2 months ago
JSON representation
🌶 一些和容器化/容器编排/服务网格等技术相关的安全代码片段[自用备份]
- Host: GitHub
- URL: https://github.com/neargle/cloud_native_security_test_case
- Owner: neargle
- Created: 2020-05-12T08:17:47.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-07-23T02:49:27.000Z (over 3 years ago)
- Last Synced: 2024-10-12T12:29:48.420Z (2 months ago)
- Language: Shell
- Homepage:
- Size: 8.79 KB
- Stars: 80
- Watchers: 4
- Forks: 16
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
- awesome-hacking-lists - neargle/cloud_native_security_test_case - 🌶 一些和容器化/容器编排/服务网格等技术相关的安全代码片段[自用备份] (Shell)
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.sh4 directories, 17 files