Giter Site home page Giter Site logo

kubearmor's Introduction

kubearmor

AZURE Kubernetes Automation

Before start this excercise,you must have running Rocky linux 8 machine.

Architecture

[Watch the image]

AZURE VM

  • Create 1 Rocky Linux 8.5 machine in the AZURE Cloud Portal
  • Note that this will work only in 'Pay-As-You-Go' Subscription and not on Free Tier
  • Make sure you open RDP,http,8080 ports for this new linux AZURE VM or you can also open any port by using port*any
  • Have Mobaxterm/ Putty installed. ** Note: We can use the PowerShell also, but in realtime production environment, Mobaxterm is the best option when we try to work on a junk server and push to the PROD.

[Watch the image]

Steps

  • Step 1: Install AZURE CLI in Rocky Linux Virtual Machine
  • Step 2: First install docker in the local linux machine
  • Step 3: Download a sample application
  • Step 4: Test the sample application
  • Step 5: Deploy and use Azure Container Registry
  • Step 6: Install kubectl command
  • Step 7: Deploy an Azure Kubernetes Service (AKS) cluster
  • Step 8: Run applications in Azure Kubernetes Service (AKS)
  • Step 9: Scale application in Azure Kubernetes Service (AKS)
  • Step 10: Update the application in Azure Kubernetes Service (AKS)

Step 1: Install AZURE CLI

  • Add the azure CLI Repository keys
sudo rpm --import https://packages.microsoft.com/keys/microsoft.asc
  • Configure the azure CLI Repository
sudo sh -c 'echo -e "[azure-cli]
name=Azure CLI
baseurl=https://packages.microsoft.com/yumrepos/azure-cli
enabled=1
gpgcheck=1
gpgkey=https://packages.microsoft.com/keys/microsoft.asc" > /etc/yum.repos.d/azure-cli.repo'
  • Install Azure CLI
sudo yum install azure-cli -y
  • Login and sync your Azure CLI (Linux machine) to your portal.azure.com account
az login
  • Now your linux machine has been fully authenticated with AZURE login.

kubearmor's People

Contributors

vijaymentor avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.