Skip to content

Instantly share code, notes, and snippets.

View Kikiodazie's full-sized avatar
🎯
Focusing

Divine Odazie Kikiodazie

🎯
Focusing
View GitHub Profile
@Kikiodazie
Kikiodazie / cephfs-node-component_config_post_deployment.yaml
Created January 15, 2025 16:02
This is the configuration of the Cephfs CSI driver node component running as a Daemonsets in a Cluster
# Please edit the object below. Lines beginning with a '#' will be ignored,
# and an empty file will abort the edit. If an error occurs while saving this file will be
# reopened with the relevant failures.
#
# daemonsets.apps "ceph-csi-cephfs-nodeplugin" was not valid:
# * <nil>: Invalid value: "The edited file failed validation": kind not set
#
apiVersion: apps/v1
dkind: DaemonSet
metadata:
@Kikiodazie
Kikiodazie / eks-cluster.yaml
Created March 5, 2023 02:32
Demo EKS cluster configuration
apiVersion: eksctl.io/v1alpha5
kind: ClusterConfig
metadata:
name: main-garden-cluster
region: us-east-1
vpc:
subnets:
private:
@Kikiodazie
Kikiodazie / index.html
Created April 13, 2022 16:24
Automated Image Responsiveness Using Cloudinary Core
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta http-equiv="X-UA-Compatible" content="ie=edge" />
<script
src="https://unpkg.com/cloudinary-core@latest/cloudinary-core-shrinkwrap.js"
type="text/javascript"