Skip to content

A Kubernetes deployment of a simple webshell in Go.

License

Notifications You must be signed in to change notification settings

anttivs/kube-simpleexec

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Web shell on Kubernetes

Guideline

This is a very simple test deployment to act as a basis for various kinds of Kubernetes hardening tests. The deployment is a simple web shell (see source code) that allows executing arbitrary commands within the Docker container.

If you deploy with unmodified YAML files, the container will be pulled off my Docker Hub repository. If you want to make further commands available to the web shell, you need to edit the Dockerfile appropriately.

Lineage

The web shell and the container are a fork from https://github.com/LiamRandall/simpleexec. See README-original.md for the original background.

About

A Kubernetes deployment of a simple webshell in Go.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Go 77.2%
  • Dockerfile 22.8%