Sign inSign up

aionesku/webterm

By aionesku

Updated over 2 years ago

Fork from https://github.com/raonigabriel/web-terminal with any netshoot utils

Image
Networking
Security
Developer tools
0

143

aionesku/webterm repository overview

Login

So secure: root / password

Deployment:
apiVersion: apps/v1
kind: Deployment
metadata:
  name: web-terminal-deployment
  labels:
    app: web-terminal
spec:
  replicas: 1
  selector:
    matchLabels:
      app: web-terminal
  template:
    metadata:
      labels:
        app: web-terminal
    spec:
      containers:
      - name: web-terminal
        image: aionesku/webterm:0.2.3
        ports:
        - containerPort: 80
        - containerPort: 7681
---
apiVersion: v1
kind: Service
metadata:
  name: web-terminal-service
spec:
  selector:
    app: web-terminal
  type: NodePort
  ports:
    - name: web
      protocol: TCP
      port: 80
      nodePort: 30040
    - name: shell
      protocol: TCP
      port: 7681
      nodePort: 30681

Tag summary

Content type

Image

Digest

sha256:cff2373af

Size

55.7 MB

Last updated

over 2 years ago

docker pull aionesku/webterm:0.2.2