Showing results for Kubernetes - Developer Support

Nov 2, 2023
0
0

Effective Kubernetes for JakartaEE and Microprofile Developers

Developer Support
Developer Support

In this post, David Minkovski explores some best practices to get your deployment up and running on Kubernetes and Azure. Motivation Kubernetes has become one of the most loved solutions for managing containers. But can you tell me why people love it? Because it runs magic containers (essentially what you want) where you want. Whether on-p...

KubernetesJakartaEEMicroprofile
Jan 21, 2023
0
1

Deploying Kubernetes Cluster on Azure VMs using kubeadm, CNI and containerd

Developer Support
Developer Support

Cenk Caglar and Toros Gökkurt walk through how to deploy Kubernetes clusters on Azure VMs using kubeadm, CNI and containerd. Although managed Kubernetes clusters are great, ready for production, and secure, they hide most of the administrative operations. I remember the days I was working with Kubernetes the hard way repository to deploy on ...

KuberneteskubeadmCNI
Jun 3, 2022
0
0

Kubernetes and Challenges in Cloud-Agnostic Strategies

Developer Support
Developer Support

Stephen Abdo and Pete Tian examine cloud-agnostic strategies and explore common challenges and misconceptions. Overview and Industry Trends Over the past several years there has been an increased focus on adopting cloud-agnostic strategies. Some common reasons to do this are to avoid becoming dependent on any one cloud provider and the f...

KubernetesCloud Native
Sep 25, 2019
0
0

A Survey of Kubernetes Features in Azure

Developer Support
Developer Support

Using Azure services like AKS, Azure Container Instances and Azure Dev Spaces makes setting up a cluster and testing your containers relatively simple.

TeamAzure DevOpsDocker
Apr 22, 2019
0
0

AKS Series– Using Azure Dev Spaces with Visual Studio Kubernetes Tooling

Developer Support
Developer Support

Azure Kubernetes Service brings a world class managed kubernetes service to the cloud. Customers can now leverage the power of Kubernetes platform without having to worry about managing the control plane. As a result of that, customers are now able to embark on the containerization journey with confidence. In this blog post, we will see how Visual ...

TeamAzureKubernetes
Apr 19, 2019
0
0

AKS Series – Use Azure Storage Option as Persistent Volumes in AKS

Developer Support
Developer Support

One of the best practices with containers is not to persist data inside the containers for long term as containers are ephermal. These containers can be removed and rebuilt very often and may require storage that persists across pods beyond the application lifecycle. In this blog post, we will learn about how to create Persistent Volumes in AKS wi...

TeamKubernetesMonu Bambroo
Mar 28, 2019
1
0

Bypassing authentication for the local Kubernetes Cluster Dashboard

Developer Support
Developer Support

It’s no secret that you can run a local version of Kubernetes on Docker Desktop for Windows, however, getting the Dashboard installed and configured correctly can be challenging. The problem is that the default installation requires you to manage an admin user and copy that user's bearer token into the portal to login.

TeamKubernetesRandy Patterson
Feb 22, 2019
0
0

Why you should consider VS Code for your Kubernetes/Docker work – Part 2

Developer Support
Developer Support

In this follow up article, we will cover how it can help to deploy Container images stored into Azure Container Registry (ACR). We will also cover the kubectl explain integration which is helpful to understand the structure of YAML files used to describe Kubernetes API objects.

AzureContainersKubernetes
Dec 26, 2018
0
0

Why you should consider VS Code for your Kubernetes/Docker work

Developer Support
Developer Support

VS Code can really be the platform of choice to benefit from the best features. Furthermore, its cross platform support allow users to have the same customer experience on multiple platforms (Windows, Linux and Mac OS).

TeamDevOpsDocker
Aug 13, 2018
0
0

Part II – Kubernetes DevOps : Introduction to Helm

Developer Support
Developer Support

This is the second post in a multi-part blog series on Kubernetes DevOps using Azure. I am co-authoring this series with the help of my colleague at Microsoft, Daniel Selman. We recently worked on K8s project together and thought to share out learnings. In the last post, you get to know the application that going to be deployed in the Kubernetes cl...

DevOpsKubernetesRazi Rais