Posts

Showing posts from November, 2025

Kubernetes

Image
 Kubernetes Overview and kubectl   * What is Kubernetes? - Kubernetes (K8S) is an open-source tool for managing containers, developed by Google.  - It allows you to deploy, manage, and scale containerised applications automatically. * Why Kubernetes? Before containers: - Developers created applications and passed them to the Operations team.  - Ops teams faced challenges with setups, dependencies, and configurations. With containers (like Docker): - Developers bundle applications and dependencies into images.  - These images work the same in any environment (development, testing, production). - However, managing many containers requires automation; this is where orchestration comes in. * What is Container Orchestration? Container orchestration automates: - Deploying containers - Connecting containers - Scaling containers up or down - Managing failures - Allocating resources - Kubernetes is one orchestration tool among others, like Docker Swarm and Apache Mesos. ...

Extract data with Content Understanding in Microsoft Foundry

Image
 Extract data with Content Understanding in Microsoft Foundry Step 1 : Go to the Azure Portal and search for Microsoft Foundry. Step 2 : On the Microsoft Foundry Page, select Document Intelligence under More Services from the sidebar. Step 3 : Click on the Create button. Step 4 : Add Details. Step 5 : Click on Create. Step 6 : Click on the Go to Resource button. Step 7 : Select the Resource you created. Step 8 : Check the API endpoint and API keys from the overview page and click on Go to Document Intelligence Studio. Step 9 : Log in using your Azure Credentials. Step 10 : Select Start with Document Intelligence. Step 11 : Select Invoices under the Prebuilt Models Section. Step 12 : Select API endpoints and key, and add your credentials from Azure portal. Click on Continue and Finish. Step 13 : Click on Add files, select the document you want to extract the data from, and click on the Run Analysis button