Automating Image Updates with FluxCD on AKS

This page summarizes the projects mentioned and recommended in the original post on dev.to

InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  • # navigate to the home directory or wherever you want to clone the repo cd ~ # login to GitHub gh auth login --scopes repo,workflow # fork and clone the repo to your local machine gh repo fork https://github.com/pauldotyu/aks-store-demo-manifests.git --clone # make sure you are in the aks-store-demo-manifests directory cd aks-store-demo-manifests # since we are in a forked repo, we need to set the default to be our fork gh repo set-default # merge the "kustomize" branch into "main" git merge origin/kustomize # push the change up to your fork git push # set the repo url export GITHUB_REPO_URL=$(gh repo view --json url | jq .url -r) # set your GitHub username export GITHUB_USER= # set your GitHub personal access token export GITHUB_TOKEN=

  • aks-store-demo

    Sample microservices app for AKS demos, tutorials, and experiments

  • # navigate to the home directory or wherever you want to clone the repo cd ~ # fork and clone the repo to your local machine gh repo fork https://github.com/azure-samples/aks-store-demo.git --clone # make sure you are in the aks-store-demo directory cd aks-store-demo # since we are in a forked repo, we need to set the default to be our fork gh repo set-default

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
  • Puts Debuggerer

    Ruby library for improved puts debugging, automatically displaying bonus useful information such as source line number and source code.

  • # navigate to the home directory or wherever you want to clone the repo cd ~ # login to GitHub gh auth login --scopes repo,workflow # fork and clone the repo to your local machine gh repo fork https://github.com/pauldotyu/aks-store-demo-manifests.git --clone # make sure you are in the aks-store-demo-manifests directory cd aks-store-demo-manifests # since we are in a forked repo, we need to set the default to be our fork gh repo set-default # merge the "kustomize" branch into "main" git merge origin/kustomize # push the change up to your fork git push # set the repo url export GITHUB_REPO_URL=$(gh repo view --json url | jq .url -r) # set your GitHub username export GITHUB_USER= # set your GitHub personal access token export GITHUB_TOKEN=

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • Git minimum for effective project development

    1 project | dev.to | 15 May 2024
  • How to Set Up SSH Key Authentication with GitHub on Windows

    1 project | dev.to | 14 May 2024
  • How to get your coding journey started?

    1 project | dev.to | 14 May 2024
  • Efficient GitHub Operations: Simplifying Repository Management using Github CLI

    1 project | dev.to | 12 May 2024
  • Gamedev.js Jam 2024 winners announced!

    1 project | dev.to | 10 May 2024