Skip to content

Instantly share code, notes, and snippets.

@mks-d
mks-d / bahrain_ah.csv
Last active May 7, 2024 06:12
Bahrain address hierarchy: 'Governorate', 'Place', 'Block'
Southern Aáli 746
Southern Aáli 748
Southern Al Door 965
Southern Algainah 961
Southern Al Hajyat 929
Southern Al Hajyat 931
Southern Al Hajyat 935
Southern Al Hajyat 939
Southern Al Hunaniya 901
Southern Al Hunaniya 903
{"ES Server Last Live": "2024-05-06 23:12:42.975889 US/Pacific", "Last Live UTC": "2024-05-07 06:12:41.971747", "ES Server Last Live UTC": "2024-05-07 06:12:42.975889", "API workers": 1, "Last Live": "2024-05-06 23:12:41.971747 US/Pacific"}
@rajeshwer
rajeshwer / ArgoCD.md
Created May 7, 2024 06:12
Implementing ArgoCD for Efficient Continuous Deployment in Kubernetes

Issue Description

When deploying microservices applications to a Kubernetes cluster,continuous integration (CI) pipeline includes steps for building Docker images, pushing them to a Docker registry, and updating Kubernetes deployment YAML files with new image tags. The current setup involves Jenkins to automate these tasks. However, this approach presents several challenges:

  1. Tool Dependency and Setup: Each Jenkins instance requires setup and maintenance of tools like kubectl or Helm for interacting with Kubernetes.
  2. Security Concerns: We need to store and manage Kubernetes and GCP credentials on Jenkins.
  3. Lack of Deployment Visibility: Post-deployment,Jenkins doesn't actually know the status of that execution did the application actually get created is it in a healthy status or is it actually failing to start.

Possible Solution: Implementing ArgoCD for Kubernetes Deployments

Introduction to ArgoCD:

🍗 92%: Ninja Kamui
🐣 23%: Violet Evergarden
{"label":"PRs","message":"1 / 0","schemaVersion":1,"color":"orange","namedLogo":"GitHub"}
@sayargi
sayargi / data.json
Last active May 7, 2024 06:12
sayargi
ro0gLmwSpKrRIIgdCwBCXF4nQr1dgTW2KOVoY/uS8ML05/V62Y1Hw69M9c3Evl37rq93r5TO+BvS8x5J/bpCren9ItxQPwt4F9F5HAfXNB1zJOh7iQGfwdEaad+euUGbO7pMVWAd7iYnVflvp8jNCdj3hkoILAUnCbxAswylk73wVipN7RT8I5UQ09mMuX5/lN723iwda/gNYrtNupcTqkY1d5npiXsDwrue3KLMrh00U/hJn00MfMziDeXfH3aECaJjtE+kgVB61kTs7csFSHWf9qg45SNcCgNBW476EmNUILIN6OROWIbm7UTaHAeA01t6rCsEs/wb7zuNl/jehUpUSC6gHCIvxnVgMQPKKkhcznxS5wU7xLIo+QWlj9Giooq/n8rF3BRHQ2vMYb6PZyMMFbLL18rPUImZzfIszyctRMZIgcnjWe4yxjIolO7cTA2F98fNofaM/KQXgpJmPPY6rMl/p2uUajhFKcY7PJXIRb6OcPuhakTtCL3khGtLe4iHi309n8JCEUAsGE2pW0DNeuWCVDKz9LpKw2zL1k4yHJsB/rigxYnXrNVKYGPms932diYEmyGCK9sfOGX3FXv7+Hyy+m2TBdv8b8NB0gwlRJT11rLUT74OjZ0EjWmqg+LDSquUc6FnHv1oi+2ckXLKcdi9apLQ4B4WmZ4pUSQXAqtx8qsvt2OiPwKPgrfsaLgRWE802JIG4mWW+Y3Q97ILYiVCiKHpBCEuFTKl2xgojv9cYW1OFVk2PbpxcIOCzzgXXiHw3wDYmsQ8LrX+qrjJDhz81A93PRvb3LBBmSOSxKVMraO584BHljrEF0q2XkMrYIpxQ+Mhhw4vK1jf8h54VbQh1HraE995c9AsogisyKtGJYY+gZWb2FyOfl5GNxZJDoX8e2hJruEgjWnNXQaN59goh3SJ1bFx3ZQVK0uaT1trN9QX3/RX6knMm9vz2wN+qpUi9wCLfdzwGc7oaL3eKNAvO+VrdHjrLk1VtyYl1BQDrJEhTHhebXtwB58A
🎮 Blender 🕘 501 hrs 6 mins
🎮 Immortal Soul: Black Survival 🕘 268 hrs 5 mins
🎮 Shadowverse 🕘 191 hrs 24 mins
🎮 DARK SOULS™ III 🕘 93 hrs 14 mins
💻 Wallpaper Engine 🕘 80 hrs 26 mins
🎮 Apex Legends 🕘 2478 hrs 47 mins
🎮 Factorio 🕘 459 hrs 6 mins
🎮 Team Fortress 2 🕘 362 hrs 48 mins
🎮 Elite Dangerous 🕘 351 hrs 50 mins
🎮 Euro Truck Simulator 2 🕘 291 hrs 22 mins
@er-pkumar
er-pkumar / laravel-pint.md
Last active May 7, 2024 06:11
Laravel Pint is a tool built on top of PHP-CS-Fixer for PHP code that helps you style your code in a specific way, especially if you prefer a minimalist approach.

What?

Laravel Pint is a tool built on top of PHP-CS-Fixer for PHP code that helps you style your code in a specific way, especially if you prefer a minimalist approach. By default install by installing fresh laravel application, Pint does not require any configuration and will fix code style issues in your code by following the opinionated coding style of Laravel.

Why Pint?

  • Consistency: Pint enforces a consistent code style across your Laravel projects, making it easier for developers to read and understand each other's code.
@SebastianK90
SebastianK90 / Update-AUPackages.md
Last active May 7, 2024 06:11
Update-AUPackages Report #powershell #chocolatey