All Projects → opszero → Opshell

opszero / Opshell

Licence: mit
DevOps Toolkit for Every Cloud on Every Cloud

Programming Languages

shell
77523 projects

Projects that are alternatives of or similar to Opshell

Terracognita
Reads from existing Cloud Providers (reverse Terraform) and generates your infrastructure as code on Terraform configuration
Stars: ✭ 452 (+2278.95%)
Mutual labels:  aws, azure, gcp, devops
Checkov
Prevent cloud misconfigurations during build-time for Terraform, Cloudformation, Kubernetes, Serverless framework and other infrastructure-as-code-languages with Checkov by Bridgecrew.
Stars: ✭ 3,572 (+18700%)
Mutual labels:  aws, azure, gcp, devops
Terratag
Terratag is a CLI tool that enables users of Terraform to automatically create and maintain tags across their entire set of AWS, Azure, and GCP resources
Stars: ✭ 385 (+1926.32%)
Mutual labels:  aws, azure, gcp, devops
Porter
Kubernetes powered PaaS that runs in your own cloud.
Stars: ✭ 498 (+2521.05%)
Mutual labels:  aws, gcp, devops
Infracost
Cloud cost estimates for Terraform in pull requests💰📉 Love your cloud bill!
Stars: ✭ 4,505 (+23610.53%)
Mutual labels:  aws, gcp, azure
Foremast
Spinnaker Pipeline/Infrastructure Configuration and Templating Tool - Pipelines as Code.
Stars: ✭ 263 (+1284.21%)
Mutual labels:  aws, gcp, devops
Scoutsuite
Multi-Cloud Security Auditing Tool
Stars: ✭ 3,803 (+19915.79%)
Mutual labels:  aws, azure, gcp
Arvados
An open source platform for managing and analyzing biomedical big data
Stars: ✭ 274 (+1342.11%)
Mutual labels:  aws, azure, gcp
Terraform Kubestack
Terraform GitOps Framework — Everything you need to build reliable automation for AKS, EKS and GKE Kubernetes clusters in one free and open-source framework.
Stars: ✭ 300 (+1478.95%)
Mutual labels:  aws, azure, gcp
Grant
OAuth Proxy
Stars: ✭ 3,509 (+18368.42%)
Mutual labels:  aws, azure, gcp
Docker Android
Android in docker solution with noVNC supported and video recording
Stars: ✭ 4,042 (+21173.68%)
Mutual labels:  aws, azure, gcp
Mkit
MKIT is a Managed Kubernetes Inspection Tool that validates several common security-related configuration settings of managed Kubernetes cluster objects and the workloads/resources running inside the cluster.
Stars: ✭ 330 (+1636.84%)
Mutual labels:  aws, azure, gcp
Engine
Deploy your apps on any Cloud provider in just a few seconds
Stars: ✭ 1,132 (+5857.89%)
Mutual labels:  aws, azure, gcp
Rdbox
RDBOX is an advanced IT platform for robotics and IoT developers that highly integrates cloud-native and edge computing technologies.
Stars: ✭ 246 (+1194.74%)
Mutual labels:  aws, azure, gcp
Gbt
Highly configurable prompt builder for Bash, ZSH and PowerShell written in Go.
Stars: ✭ 457 (+2305.26%)
Mutual labels:  aws, azure, gcp
Komiser
☁️ Cloud Environment Inspector 👮🔒 💰
Stars: ✭ 2,684 (+14026.32%)
Mutual labels:  aws, azure, gcp
Devops Bash Tools
550+ DevOps Bash Scripts - AWS, GCP, Kubernetes, Kafka, Docker, APIs, Hadoop, SQL, PostgreSQL, MySQL, Hive, Impala, Travis CI, Jenkins, Concourse, GitHub, GitLab, BitBucket, Azure DevOps, TeamCity, Spotify, MP3, LDAP, Code/Build Linting, pkg mgmt for Linux, Mac, Python, Perl, Ruby, NodeJS, Golang, Advanced dotfiles: .bashrc, .vimrc, .gitconfig, .screenrc, .tmux.conf, .psqlrc ...
Stars: ✭ 226 (+1089.47%)
Mutual labels:  aws, gcp, devops
Azure arc
Automated Azure Arc environments
Stars: ✭ 224 (+1078.95%)
Mutual labels:  aws, azure, gcp
Kubestriker
A Blazing fast Security Auditing tool for Kubernetes
Stars: ✭ 213 (+1021.05%)
Mutual labels:  aws, azure, devops
My Links
Knowledge seeks no man
Stars: ✭ 311 (+1536.84%)
Mutual labels:  aws, gcp, devops

Opshell

Docker image intended to make it easier to do operations work against multiple environments and clients.

  • Cloud
    • AWS CLI
    • Google Cloud SDK
    • Microsoft Azure SDK
  • DevOps
    • Ansible
    • Chef
    • Docker
    • Packer
    • Puppet
    • Terraform
    • Vagrant
  • Tools
    • CSVKit
    • Git
    • Mercurial
    • MySQL Client
    • Nmap
    • Ruby
    • NodeJS
    • Rust
    • PostgreSQL Client
    • Redis Tools
    • SQLite
    • SoftLayer
    • Sysdig
    • lsof
    • Envkey

Usage

AWS AMI

VPC_ID=vpc-aaaaaaaa \
SUBNET_ID=subnet-aaaaaaaa \
AWS_REGION=us-west-2 \
AWS_ACCESS_KEY_ID=$(aws configure get picnichealth.aws_access_key_id) \
AWS_SECRET_ACCESS_KEY=$(aws configure get picnichealth.aws_secret_access_key) \
packer build -only=amazon-ebs image.json

Docker

docker pull opszero/opshell

opshell requires Docker to run. When run it mounts the $CLIENT_DIR as $HOME and mounts the $WORK_DIR under /work

opshell $CLIENT_DIR $WORK_DIR

Building All Images

Build using Packer.

packer build image.json

Supported Images

Project by opsZero

This project is brought to you by opsZero we provide DevOps and Cloud Infrastructure as a Service for Startups. If you need help with your infrastructure reach out.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].