Skip to content
View rinavillaruz's full-sized avatar

Block or report rinavillaruz

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.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. 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

Pinned Loading

  1. Automate Background Tasks with Linux... Automate Background Tasks with Linux Service and Timer
    1
    [Unit]
    2
    Description=Empty trash every minute
    3
    
                  
    4
    [Service]
    5
    ExecStart=bash /opt/empty-trash.sh
  2. terraform-aws-kubernetes terraform-aws-kubernetes Public

    Terraform scripts for provisioning a production-grade Kubernetes cluster on AWS using Terraform modules and Debian 12 / Ubuntu. This project automates the setup of Kubernetes infrastructure, includ…

    HCL 7 9

  3. Docker Multi-Stage Build using Go Docker Multi-Stage Build using Go
    1
    FROM ubuntu:latest AS build
    2
    
                  
    3
    WORKDIR /app
    4
    
                  
    5
    RUN apt update \
  4. kubernetes-mysql-single-pod-pvc kubernetes-mysql-single-pod-pvc Public

    Single Kubernetes MYSQL pod with LoadBalancer, Persistent Volume and Persistent Volume Claim running on Minikube

  5. START/STOP AWS Instance Using AWS-CL... START/STOP AWS Instance Using AWS-CLI, Docker, Docker-Compose and Bash Script
    1
    #!/bin/bash
    2
    
                  
    3
    change_instance_state() {
    4
        action='.StartingInstances[0]';
    5
        status='stopped'
  6. dota2-meta-lab dota2-meta-lab Public

    Machine learning–powered Dota 2 Meta Tracker — automated data collection, analysis, and visualization running on Kubernetes.

    Shell