Skip to content

vangelovJ/tty-operator

Repository files navigation

[![MIT License][license-shield]][license-url] [![LinkedIn][linkedin-shield]][linkedin-url]


Logo

Tty-operator

Kubernetes operator for running terminals inside the cluster

About The Project

Here's why:

  • I want to be able to create kubernete operators
  • I am using gotty so that the terminal will work in the browser
  • This project will further improve my coding skills

(back to top)

Built With

(back to top)

Getting Started

Prerequisites

  • operator-sdk
  • kubectl
  • minikube
  • go
  • docker

Installation

  1. Clone the repo
    git clone https://github.com/vangelovJ/tty-operator.git
  2. Build the docker image for the controller and push it to dockerhub
    make docker-build docker-push IMG="vangelovj/tty-operator:v0.0.3"
  3. Deploy the operator locally (kubectl should be configured to access the k8s cluster)
    make deploy

(back to top)

License

Distributed under the MIT License. See LICENSE.txt for more information.

(back to top)

Contact

Ven Angelov - vangelovj@jboxers.com

Project Link: https://github.com/vangelovJ/tty-operator.git

(back to top)

(back to top)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published