Skip to content

Ubuntu Docker image with tools for common devops tasks

Notifications You must be signed in to change notification settings

kotaicode/ubuntu-devops

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 

Repository files navigation

docker devops image

ubuntu image with additional tools installed to run typical devops tasks. comes with:

cloud:

  • AWS CLI
  • Google Cloud platform SDK
  • MS Azure CLI
  • kubectl

programming:

  • go
  • python
  • ruby
  • nodejs
  • make
  • git

clients:

  • rabbitmq
  • mysql
  • postgres
  • redis
  • mongo

editors:

  • vim (with plugins)
  • nano

tools:

  • silversearcher
  • curl
  • dnsutils

usage

run a shell in your kubernetes cluster using:

kubectl run --generator=run-pod/v1 my-shell --rm -i --tty --image kotaicode/ubuntu-devops -- bash