Skip to content

Instantly share code, notes, and snippets.

---
# Source: meeech-old-timey-service/templates/serviceaccount.yaml
apiVersion: v1
kind: ServiceAccount
metadata:
name: scratch-meeech-old-timey-service
labels:
helm.sh/chart: meeech-old-timey-service-1.0.0
app.kubernetes.io/name: meeech-old-timey-service
app.kubernetes.io/instance: scratch
{
"result": {
"objectMeta": {
"name": "istio-host-split",
"namespace": "argo-rollouts-istio",
"uid": "a85b642c-b952-421d-a13d-8af82c53b1e0",
"resourceVersion": "1358123",
"creationTimestamp": "2023-09-29T20:18:21Z"
},
"status": "Paused",
@ashutosh16
ashutosh16 / gist:0c8dab3a4392642e8827f4551a6513fc
Last active September 22, 2023 17:37
ArgoRollout UI payload
{
"result": {
"objectMeta": {
"name": "xxx-service-rollout",
"namespace": "data-dataportal-dynamicgraphletservice-usw2-e2e",
"uid": "63601b78-90f4-4acf-b445-775f9329371e",
"resourceVersion": "2729194194",
"creationTimestamp": "2023-05-11T22:53:56Z"
},
"status": "Healthy",
@ashutosh16
ashutosh16 / iterm2-solarized.md
Last active December 9, 2022 02:12 — forked from kevin-smets/iterm2-solarized.md
iTerm2 + Oh My Zsh + Solarized color scheme + Source Code Pro Powerline + Font Awesome + [Powerlevel10k] - (macOS)
  1. You-Dont Know-JS

→ This is a series of books diving deep into the core mechanisms of the JavaScript language. 👉 https://lnkd.in/dDUZ_8zH

  1. wtfjs

→ A list of funny and tricky JavaScript examples. Learn with fun. 👉 https://lnkd.in/dsUYwkGZ

@ashutosh16
ashutosh16 / iterm2-solarized.md
Created July 18, 2020 17:40 — forked from kevin-smets/iterm2-solarized.md
iTerm2 + Oh My Zsh + Solarized color scheme + Source Code Pro Powerline + Font Awesome + [Powerlevel10k] - (macOS)

Default

Default

Powerlevel10k

Powerlevel10k

@ashutosh16
ashutosh16 / README.md
Created September 23, 2019 06:06 — forked from avoidik/README.md
AWS query examples

Top 10 Examples of AWS CLI Query

List Volumes showing attachment using Dictionary Notation

$ aws ec2 describe-volumes \
  --query 'Volumes[*].{ID:VolumeId,InstanceId:Attachments[0].InstanceId,AZ:AvailabilityZone,Size:Size}'
[
    {
        "InstanceId": "i-a071c394",
@ashutosh16
ashutosh16 / README.md
Created December 3, 2018 18:35 — forked from hofmannsven/README.md
My simply Git Cheatsheet
@ashutosh16
ashutosh16 / boto3_hands_on.md
Created November 1, 2018 19:41 — forked from iMilnb/boto3_hands_on.md
Programmatically manipulate AWS resources with boto3 - a quick hands on

boto3 quick hands-on

This documentation aims at being a quick-straight-to-the-point-hands-on AWS resources manipulation with [boto3][0].

First of all, you'll need to install [boto3][0]. Installing it along with [awscli][1] is probably a good idea as

  • [awscli][1] is boto-based
  • [awscli][1] usage is really close to boto's