kubernetes nodes setup

Start scripts for kubernetes native nodes These statup scripts require a UBUNTU 20.04 LTS base image! If you want to use Ubuntun 22.04 LTS, exchange for the kubenretes part ‘xenial’ with ‘jummy’. Script for the master node on AWS #!/bin/bash # Load necessary kernel modules for containerd cat << EOF | sudo tee /etc/modules-load.d/containerd.conf overlay br_netfilter EOF sudo modprobe overlay sudo modprobe br_netfilter # Configure kernel networking requirements for Kubernetes cat << EOF | sudo tee /etc/sysctl....

AWS multiple accounts profiles with cli/terraform

AWS multiple accounts/profiles If you’re working with multiple AWS accounts or environments, using named profiles with the AWS CLI can be very handy. Named profiles are configurations of AWS access keys, secret keys, and default regions. Here’s how you can set up and use multiple profiles: Setting Up Multiple Profiles You can add profiles directly to your AWS configuration file (~/.aws/config) and your credentials file (~/.aws/credentials). Here’s an example for ~/....

Azure AI Applied AI Services

Azure Applied AI Services Azure Metrics Advisor Analyze your business performance data and detect anomalies. Azure Cognitive Search Enrich data in your search indexes by using AI to analyze vision, language, and speech in content. Azure Immersive Reader Improve access to your web applications for new readers, language learners, and people with learning differences, such as dyslexia. Azure Bot Service Create bots that can converse with your customers and partners and respond to their queries....

Azure AutoML process

Azure - AutoML Process Process Prepare data Train model Evaluate performance Deploy a predictive service Prepare Data Import data from Azure storage Local files SQL databases Web files Azure Open Datasets Train model Classification (predicting categories or classes) Regression (predicting numeric values ) Time series forecasting (predicting numeric values at a future point in time) Natural language processing Computer vision Evaluate performance Cross validation RMSE (Root Mean Squared Error) NRMSE (Normalized Root Mean Squared Error) Residual History Predicted vs True chart Deploy Azure Container Instances (ACI) Azure Kubernetes Service (AKS)

A guide to passing the Microsoft AI-102 Certification

(YAST) A Guide to Passing the Microsoft AI-102 Certification How to lean for it.. Hello everyone, Embarking on a journey to get certified can sometimes feel like a daunting endeavor. But worry not! This guide will share the most effective strategy I discovered for passing the Microsoft AI-102 Certification — most effective at least for my way of learning… Why This Guide? Everyone has their unique learning style. For me, it’s through reading and hands-on practice rather than video lectures....