Click here to Skip to main content
15,891,902 members
Everything / Containers / Kubernetes

Kubernetes

Kubernetes

Great Reads

by DataBytzAI
Use KubeSpray to remove the pain of setting up a Kubernetes cluster
by Dmitriy Repin
Using VS Code to author and debug an any-language service inside of a container running locally, on a cloud VM, or in a Kubernetes pod
by Sergio Virahonda
In this article we’ll see how to define jobs, deployments, and services so that our containers can accomplish their objectives.
by Sergey L. Gladkiy
In this next article of the series, we’ll show how to run the face recognition servers on Kubernetes.

Latest Articles

by Pranay Bakre
How to deploy applications to the Azure Kubernetes Cluster powered by arm64-based virtual machines
by Pranay Bakre
How to migrate existing x86 containerized applications to Arm
by Pranay Bakre
How to build and deploy a multi-architecture application with x86/amd64 and arm64-based container images on Amazon EKS
by Wessel Beulink
Application Gateway for Containers, recently made generally available by Azure, represents an evolution in application (layer 7) load balancing and dynamic traffic management for workloads running in a Kubernetes cluster.

All Articles

Sort by Title

Kubernetes 

7 Jun 2019 by amartya mandal
Setting up 3 nodes Kubernetes cluster for Home Lab- Quick & Dirty!
3 May 2017 by Mike Stowe
A brief introduction to Kubernetes using MiniKube on a local environment
1 Mar 2024 by Wessel Beulink
Application Gateway for Containers, recently made generally available by Azure, represents an evolution in application (layer 7) load balancing and dynamic traffic management for workloads running in a Kubernetes cluster.
17 May 2021 by Sergio Virahonda
In this article, we develop a semi-automated deployment-to-production script, which will complete our project.
18 Dec 2023 by Intel
Leverage Intel® Software Guard Extensions on Virtual Machines to Deploy Secure, Accelerated Machine Learning Pipelines
7 Apr 2020 by Mohammad Nawaz
Hello Everyone I have one query to selecting which is best for Kubernetes. Pros and Cons between a file symlink and an environment variable for accessing a Secret or ConfigMap? What should be in a Secret or ConfigMap (e.g. instance name or full...
22 May 2023 by ashu1810
I have a Dot net application when run locally it launches on url http://localhost:59901, and I am trying to dockerize this application. below is the docker file, I have pulled all the dependent images before these line in docker file. ENV...
22 May 2023 by Andre Oosthuizen
"EXPOSE 8080" indicates that the application will listen for incoming network traffic on port 8080. When running on localhost, you had :59901 port listening in, this means that you have another application that already makes use of port 8080,...
11 May 2021 by Sergio Virahonda
In this article series, we'll demonstrate how to take use a CI/CD pipeline - a tool usually used by developers and DevOps teams - and demonstrate how to use it to create a complete training, test, and deployment pipeline for AI that meets the requirements of level 2 in the Google MLOps Maturity
22 Mar 2021 by Member 15114192
I am trying to create a Kubernetes HPA based on pubsub topics After creating the HPA based on our project, I am getting the below error. unable to fetch metrics from external metrics API: the server could not find the descriptor for metric...
29 Nov 2021 by Dmytro Striletskyi
Delete namespaces as namespace equals all resources belonging to feature branch in Kubernetes cluster
10 Apr 2024 by Pranay Bakre
How to deploy applications to the Azure Kubernetes Cluster powered by arm64-based virtual machines
31 Mar 2021 by Arctype SQL
Easily deploy PostgreSQL pod in Kubernetes
12 Dec 2017 by DataBytzAI
How to make some data storage resources available to the cluster
29 Jun 2015 by Member 11794279
This year, for the first time the Devoxx conference was held in Poland. There were plenty of lectures and experts to learn from.
31 Mar 2020 by Mohammad Nawaz
pros and cons between a file symlink and an environment variable for accessing a Secret or ConfigMap (Kubernetes concepts)? What I have tried: As I am very new to this concept, want to know pros and cons between file symlink and environment...
31 Mar 2020 by Richard MacCutchan
You should probably not use either, but go for Key Storage and Retrieval - Win32 apps | Microsoft Docs[^].
31 Mar 2020 by Afzaal Ahmad Zeeshan
A QA is not well suited for such kind of questions, as they require a longer post (a technical blog/article) to answer properly. These two concepts are not new, and they are not specific to Kubernetes or containers. Symlinks are used to link...
19 Apr 2017 by Intel
In this post we show how to set up a production-ready machine learning workflow with Intel® Nervana™ technology, neon, and Pachyderm.
12 Apr 2021 by Member 9129971
Objective: I have a web application ,which uses postgresql as a database , for which I have created an installer on nsis installer so that client don't have to worry about the dependencies and he can install the application with just simple...
12 Apr 2021 by RickZeeland
That's strange as PostgreSQL is easy to install on Windows, maybe the problem is in your NSIS installer, try to install with the standard PostgreSQL installer from EDB: PostgreSQL[^] There is also a portable version of PostgreSQL which does not...
31 Dec 2017 by DataBytzAI
Simple step by step guide to exposing ports to Kubernetes pods/containers on Azure
3 Dec 2019 by Packt Publishing
Best practices in Kubernetes
2 Feb 2017 by Dave Kerr
Setting up your own OpenShift cluster can be a little complex, but in this article I'll show you how to make it fairly painless.
19 Apr 2017 by Intel
With Intel DAAL, cgo, and SWIG we were able to integrate optimized Cholesky decomposition right in our Go programs.
19 Jul 2021 by Tshumore
I am trying helm install for a sample application consisting of two microservices. I have created a solution level folder called charts and all subsequent helm specific resources (as per Link). When I execute helm upgrade --install...
15 Oct 2022 by tvtoanitvn
I have three servers: 1 master: 192.168.1.131 k8s 1 node: 192.168.1.132 k8s 1 rancher: 192.168.1.133 rancher 2.6 I have created a docker image (private registry docker) on the node used 192.168.1.132:5000/test. Both master and node pushed and...
13 Nov 2019 by madhukrishnahere
Instead of creating alerts in every environment for Azure resources, need to add alerts for the following resource through ARM templates. API Management Service App Service SignalR Key Vault Azure Storage Cosmos DB Kubernetes Service What I have tried: I haven't found proper references for...
13 Nov 2019 by Anil K. Choudhary
Hey, There are multiple ways to add alerts through code please use below ARM Template. ARM Templates { "$schema": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#", "contentVersion": "1.0.0.0", "parameters": { "alertName": { ...
25 Nov 2017 by DataBytzAI
Use KubeSpray to remove the pain of setting up a Kubernetes cluster
12 Apr 2020 by Mohammad Nawaz
Hello Everyone, I have one application in Dot-net core 3.1, I have successfully run that application in Docker Desktop. Now I want to run that application in cluster in the kubernetes. I have window 10 operating system Installed Docker desktop...
12 Apr 2020 by RickZeeland
Maybe you can learn something about Kubernetes here: resources-to-learn-about-docker-deployment~katacoda[^] Some time ago I also tried to get information about Kubernetes concerning Windows and .NET deployment, but I must admit that it still...
14 Nov 2020 by Member 13702159
My deployment now looks like that: I take my machine's IP and I must add the IP to the whitelist in Kubernetes. I would like to avoid this action. Could you please tell me how to set up VPN using this OpenVPN? Do I need more than my IP and...
14 Nov 2020 by Gerry Schmitz
IP Whitelisting Alternative | OpenVPN | OpenVPN[^]
3 Jul 2023 by Lingaraj 2023
A step by step guide to setup the kubernetes cluster (one master + one worker) in EC2 instances
4 Aug 2021 by Sergey L. Gladkiy
In this article, we’ll discuss some aspects of developing a facial recognition system from scratch.
25 Mar 2018 by Dave Kerr
How to set up OpenShift to integrate with Splunk for logging in a Docker container orchestration environment. These techniques could easily be adapted for a standard Kubernetes installation as well!
12 May 2021 by Sergio Virahonda
In this article we’ll see how to define jobs, deployments, and services so that our containers can accomplish their objectives.
13 May 2022 by MarkTJohnson
We have a service that has horizontal scaling for when the demand increases. We are having problems with pods being scaled down when demand lessens BEFORE the jobs in that pod are completed. What is the best practice way to scale down pods but...
13 May 2022 by MarkTJohnson
I found something that should work for us. Here's the link I found for the benefit of others HPA - How to gracefully scale down pods with PreStop hooks - ShyamJos.com[^]
8 Apr 2024 by Pranay Bakre
How to build and deploy a multi-architecture application with x86/amd64 and arm64-based container images on Amazon EKS
9 Apr 2024 by Pranay Bakre
How to migrate existing x86 containerized applications to Arm
7 Jul 2018 by Error410
Setting up a microservice architecture from scratch, using Kubernetes, Helm and Docker. Automating the deployment process using a CI/CD tool. (Part 1) Base configuration.
27 May 2020 by Mohammad Nasirifar
Overview of my solution to “Existing multi-node data-intensive application” translates to cassandra
24 Apr 2019 by Packt Publishing
This article shows you how to secure your AKS cluster with role-based security by leveraging Azure Active Directory as the authentication provider.
24 Jul 2018 by Dave Kerr
Patching resources is faster and easier than pulling them and updating the spec wholesale. However, the documentation is a little limited. After some trial and error, I got it working, here's the solution. I thought it might be helpful to share for others!
3 Aug 2021 by Sergey L. Gladkiy
In this next article of the series, we’ll show how to run the face recognition servers on Kubernetes.
18 Oct 2023 by Cloud Native Apps Team
In the final part of our series, we’ll dive into how to harness AKS’ powerful features like auto-scaling and high availability to manage variable workloads and maintain continuous service.
19 Oct 2023 by Cloud Native Apps Team
In the final part of our series, we’ll dive into how to harness AKS’ powerful features like auto-scaling and high availability to manage variable workloads and maintain continuous service.
27 Mar 2017 by Intel
A fully integrated edge-to-cloud IoT infrastructure solution can help to improve business insights that provide a true competitive advantage.
13 May 2021 by Sergio Virahonda
In this article we set up Jenkins CI for this project in order to start building and automating our MLOps pipelines.
21 Sep 2023 by Phil_Andrews
In this article we analyze trends in the pricing strategies of major cloud providers including AWS and GCP.
3 Aug 2019 by Dmitriy Repin
Using VS Code to author and debug an any-language service inside of a container running locally, on a cloud VM, or in a Kubernetes pod
1 Apr 2021 by ilanail
Hi everyone, I am a new DevOps developer and I need as my first project to build a script (hopefully it will be shown at the end as dashboard) that will return data about the build and deploy times in OpenShift (need the specific data about...