Skip to content
QbitUniverse

QbitUniverse

Menu
  • Home
  • Blog
  • Expertise
  • Portfolio
  • GitHub
  • DockerHub
  • LinkedIn
  • Twitter
  • YouTube
  • Privacy
  • Contact

Tag: cheat sheet

GCP Kubernetes Engine Cheat Sheet
Cloud

GCP Kubernetes Engine Cheat Sheet

Marcin Narloch09/09/202010/09/2020
GCP Kubernetes Engine Cheat Sheet for use with gcloud cli. List Kubernetes Clusters gcloud container clusters list Describe Kubernetes Cluster gcloud container clusters describe [CLUSTER NAME] --zone [ZONE] Get Credentials...
Azure Container Registry Cheat Sheet
Cloud

Azure Container Registry Cheat Sheet

Marcin Narloch06/09/202010/09/2020
Azure Container Registry (ACR) Cheat Sheet for use with Azure CLI (az). List ACRs az acr list Set default ACR az configure --defaults acr=[ACR NAME] List Specific ACR az acr...
base64 with Bash Cheat Sheet
PlatformOps

base64 with Bash Cheat Sheet

Marcin Narloch03/09/202010/09/2020
base64 with Bash Cheat Sheet for use with bash shell. Encode echo 'TEXT_TO_ENCODE' | base64 Decode echo 'TEXT_TO_DECODE' | base64 -d
Base64 with Powershell Cheat Sheet
PlatformOps

Base64 with Powershell Cheat Sheet

Marcin Narloch01/09/202010/09/2020
Base64 with Powershell Cheat Sheet for use with powershell task automation framework. Encode [System.Convert]:: ToBase64String([System.Text.Encoding]:: UTF8.GetBytes("MY_PLAIN_TEXT")) Decode [System.Text.Encoding]:: UTF8.GetString([System.Convert]:: FromBase64String("MY_ENCODED_TEXT"))
Kubernetes Workloads Cheat Sheet
Kubernetes

Kubernetes Workloads Cheat Sheet

Marcin Narloch26/08/202022/10/2020
Kubernetes Workloads Cheat Sheet for use with kubectl cli. Namespace Show all Namespaces kubectl get namespaces Get all resources per namespace kubectl get all -n [NAMESPACE] Delete namespace kubectl delete...
Kubernetes Cluster Cheat Sheet
Kubernetes

Kubernetes Cluster Cheat Sheet

Marcin Narloch25/08/202022/10/2020
Kubernetes Cluster Cheat Sheet for use with kubectl cli. Nodes View Memory/Cpu Usage kubectl get nodes --no-headers | awk '{print $1}' | xargs -I {} sh -c 'echo {}; kubectl...
Azure Kubernetes Service Cheat Sheet
Cloud

Azure Kubernetes Service Cheat Sheet

Marcin Narloch24/08/202010/09/2020
Azure Kubernetes Service (AKS) Cheat Sheet for use with kubectl cli. Credentials to access cluster az aks get-credentials --resource-group [RG] --name [CLUSTER] Browse az aks browse --resource-group [RG] --name [CLUSTER]
Docker Cheat Sheet
Docker

Docker Cheat Sheet

Marcin Narloch23/08/202022/10/2020
Docker Cheat Sheet for use with docker cli. System Version docker version Info docker info Stats docker stats -a System Components docker system df Prune all unused and dangling images...
Helm Cheat Sheet
Helm

Helm Cheat Sheet

Marcin Narloch20/08/202022/10/2020
Helm Cheat Sheet for use with helm cli. System View charts in local Helm helm search [KEYWORD] Inspect chart in local Helm helm inspect [REPO NAME]/[CHART NAME] --version [CHART VERSION]...
MongoDb Cheat Sheet
Miscellaneous

MongoDb Cheat Sheet

Marcin Narloch18/08/202007/12/2020
MongoDb Cheat Sheet for use with mongo shell. System Open mongo Satabases List show dbs Open use [DB NAME] Collections Create db.createCollection("[COLLECTION NAME]") Show show collections Records Insert db.[COLLECTION NAME].insert({item:...

Posts navigation

1 2 Next

Author

Marcin Narloch

Creative and out-of-the-box thinker with strong interests and knowledge in technology, innovation, cloud, programming and digital transformation.

Innovation | Architecture | Cloud | Digital Transformation | FinTech | AI | Kubernetes | PlatformOps | Full Stack

Search

Blog

Close
Menu
  • Home
  • Blog
  • Expertise
  • Portfolio
  • GitHub
  • DockerHub
  • LinkedIn
  • Twitter
  • YouTube
  • Privacy
  • Contact
Social profiles
  • Home
  • Blog
  • Expertise
  • Portfolio
  • GitHub
  • DockerHub
  • LinkedIn
  • Twitter
  • YouTube
  • Privacy
  • Contact

Tags

acr (1) AKS (2) authentication (2) az (2) azure (3) base64 (2) bash (2) cheat sheet (17) cloud (2) command block (2) CSS (1) dirtydozen.dev (7) Docker (10) Docker Building Blocks (6) docker cli (7) eks (1) encoding (2) gcloud (2) gcp (2) GitHub (5) Google Analytics (2) helm (8) Helm Building Blocks (6) Helm Charts (7) helm cli (7) HTML (1) HTTPS (2) Jekyll (3) kubectl cli (12) Kubernetes (14) Kubernetes Building Blocks (8) minecraft (2) mongo (1) mongodb (1) MySQL (2) mysqldump (1) OpenSSL (1) PlatformOps (6) Powershell (4) programming (8) qbitcli (4) Sitemap (1) ssh (1) Tutorial (20) WordPress (3)
  • Home
  • Blog
  • Expertise
  • Portfolio
  • GitHub
  • DockerHub
  • LinkedIn
  • Twitter
  • YouTube
  • Privacy
  • Contact
QbitUniverse | Theme: Blog Prime by Themeinwp.
  • Home
  • Blog
  • Expertise
  • Portfolio
  • GitHub
  • DockerHub
  • LinkedIn
  • Twitter
  • YouTube
  • Privacy
  • Contact
This website uses cookies to improve your experience. We'll assume you're ok with this, but you can opt-out if you wish. Cookie settingsACCEPT
Privacy & Cookies Policy

Privacy Overview

This website uses cookies to improve your experience while you navigate through the website. Out of these cookies, the cookies that are categorized as necessary are stored on your browser as they are essential for the working of basic functionalities of the website. We also use third-party cookies that help us analyze and understand how you use this website. These cookies will be stored in your browser only with your consent. You also have the option to opt-out of these cookies. But opting out of some of these cookies may have an effect on your browsing experience.
Necessary
Always Enabled
Necessary cookies are absolutely essential for the website to function properly. This category only includes cookies that ensures basic functionalities and security features of the website. These cookies do not store any personal information.
Non-necessary
Any cookies that may not be particularly necessary for the website to function and is used specifically to collect user personal data via analytics, ads, other embedded contents are termed as non-necessary cookies. It is mandatory to procure user consent prior to running these cookies on your website.
SAVE & ACCEPT