Announcement

Collapse
No announcement yet.

Articles

Collapse

Articles Home Page

  •  
  • Filter
  • Time
  • Show
Clear All
new posts

  • Easy guide to setup github runner to deploy aks cluster on azure vm.

    Easy guide to setup github runner to deploy aks cluster on azure vm.

    1. Set up azure cli on server
    Code:
    sudo dnf install -y https://packages.microsoft.com/config/rhel/9.0/packages-microsoft-prod.rpm
    sudo dnf install azure-cli
    2. Install Kubelogin
    Code:
    sudo az aks install-cli
    3. Install Helm cli

    Code:
    curl -fsSL -o get_helm.sh https://raw.githubusercontent.com/helm/helm/main/scripts/get-helm-3
    sudo chmod 700 get_helm.sh
    sudo ./get_helm.sh
    sudo chmod 777 /usr/local/bin/helm
    ...
    Go to post

  • test article

    test article

    test article
    Go to post
There are no articles in this category.
 
  • Filter
  • Time
  • Show
Clear All
new posts
Please log in to your account to view your subscribed posts.

Categories

Collapse

Article Tags

Collapse

Latest Articles

Collapse

Working...
X