Skip to content
View rbstp's full-sized avatar

Block or report rbstp

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
rbstp/README.md
apiVersion: v1
kind: Developer
metadata:
  name: rbstp
  labels:
    environment: production
    role: devops-engineer
spec:
  containers:
  - name: daily-work
    image: devops/engineer:latest
    ports:
    - containerPort: 22
    - containerPort: 443
    env:
    - name: MINDSET
      value: "automate-everything"
    - name: COFFEE_LEVEL
      value: "critical"

Pinned Loading

  1. apache/incubator-devlake apache/incubator-devlake Public

    Apache DevLake is an open-source dev data platform to ingest, analyze, and visualize the fragmented data from DevOps tools, extracting insights for engineering excellence, developer experience, and…

    Go 2.8k 608

  2. gist-blog gist-blog Public

    Terminal-themed static blog generator that transforms GitHub Gists into a cyberpunk-styled website with dual light/dark modes, client-side pagination, RSS feeds, and tag filtering

    CSS