Connections
You must provide all the configurations of a given type when creating a Connection
📄️ MySQL
SQL commands targeting a MySQL database instance.
📄️ Postgres
SQL commands targeting a Postgres database instance.
📄️ Microsoft SQL Server
SQL commands targeting a SQL Server database instance.
📄️ MongoDB
Commands targeting a MongoDB database instance.
📄️ Shell
Execute any bash command available in the operating system underneath the agent.
📄️ Node
Run node scripts.
📄️ Elixir
Run elixir scripts, dependencies should be passed inline using Mix.
📄️ Python
Run python scripts, dependencies are hard-coded in the agent image
📄️ Kubernetes
Runs kubectl commands in a Kubernetes cluster. There's no need to provide the kubectl piece of the command in the script.
📄️ Kubernetes Exec
Execute commands inside a container in a Kubernetes Cluster, this type is useful when there's a necessity to change the state of a running system. It's possible to pass any kind of command to a container through Runops.
📄️ Kubernetes Apply
Helper type to execute kubectl apply -f
📄️ AWS ECS Exec
Execute commands inside a running container (Tasks) in a ECS Cluster, this type is useful when there's a necessity to change the state of a running system. It's possible to pass any kind of command to a container through Runops.
📄️ Rails Console ECS
Execute ruby scripts inside a running container (Tasks) in a ECS Cluster, this is a auxiliary type to allow executing full fledged scripts inside a rails console in ECS.
📄️ Rails Console K8S
Execute ruby scripts inside a rails app running on a Kubernetes Cluster.
📄️ Vault CLI
Execute commands to a Vault Server instance.
📄️ Heroku
Execute commands to a Heroku application.
📄️ Cassandra CLI
Execute queries to a cassandra cluster with cqlsh.
📄️ Oracle CLI (SQLcl)
Execute queries to oracle instances with sqlcl.