Skip to content

Instantly share code, notes, and snippets.

View hydeenoble's full-sized avatar
:octocat:
Write every line of code with empathy

Idowu Emehinola hydeenoble

:octocat:
Write every line of code with empathy
View GitHub Profile
apiVersion: v1
kind: ServiceAccount
metadata:
name: default
namespace: airflow
---
kind: ClusterRole
apiVersion: rbac.authorization.k8s.io/v1
metadata:
name: default
@hydeenoble
hydeenoble / amazon-ec2-ftp.md
Created June 20, 2019 16:40 — forked from gunjanpatel/amazon-ec2-ftp.md
amazon ec2 LAMP and FTP installation and setup
# Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]
*$py.class
# C extensions
*.so
# Distribution / packaging
.Python
@hydeenoble
hydeenoble / applications.yaml
Created July 12, 2022 09:57
kubernetes-workload-visibility-with-rancher-tutorial
apiVersion: apps/v1
kind: Deployment
metadata:
name: alice
namespace: ns-1
spec:
replicas: 1
selector:
matchLabels:
team: developer