Created
August 8, 2024 11:35
-
-
Save gkampitakis/78fa456fb419c7244d7e46eeb5189604 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# apt-get update && apt-get install -y curl host dnsutils nano netcat | |
apiVersion: v1 | |
kind: Pod | |
metadata: | |
name: toolbox-pod | |
namespace: client | |
spec: | |
restartPolicy: Always | |
containers: | |
- name: toolbox | |
image: ubuntu:20.04 | |
command: ["sleep", "infinity"] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment