Join us

ContentPosts tagged with kubernetes..
Story Trending
@squadcast shared a post, 1Ā year, 10Ā months ago

Helm Dry Run: A Guide for Effective Chart Validation

Helm Kubernetes

Helm dry run, using the helm install --dry-run command, is a valuable technique for validating Helm charts before deployment on a Kubernetes cluster. It helps avoid errors and unexpected behavior by simulating the installation process without modifying the cluster. Helm dry run works alongside other Helm commands like helm template and helm lint to streamline development and ensure charts are well-structured, compatible, and ready for deployment.

Dev Swag
@ByteVibe shared a product

Weeks of coding can save you hours of planning - Heavy Blendā„¢ Hoodie

#developerĀ  #merchandiseĀ  #swagĀ 

This unisex heavy blend Hooded Sweatshirt is relaxation itself. It's made with a thick blend of Cotton and Polyester, which makes it plush, soft and warm. The spacious Kangaroo Pocket adds daily pract...

Story Palark Team
@shurup shared a post, 1Ā year, 10Ā months ago
@palark

AI-based tools for Kubernetes troubleshooting and more

Kubernetes

This overview lists and describes Open Source tools for Kubernetes administrators interested in leveraging AI for their everyday needs. They include K8sGPT (a CNCF project), Kubernetes ChatGPT bot by Robusta, kube-copilot, and a few kubectl plugins (such as kubectl-ai and kubectl-gpt).Learn about th..

kubernetes-chatgpt-aiops
Story
@squadcast shared a post, 3Ā years ago

Strategies for Kubernetes Cluster Administrators: Understanding Pod Scheduling

As the complexity of a Kubernetes cluster grows, managing resources such as CPU and memory becomes more challenging. Efficient pod scheduling is critical to ensure optimal resource utilization and enable a stable and responsive environment for applications to run in. In this blog, we will delve into the intricacies of pod scheduling, including optimization of resource allocation and balancing workloads.

Squadcast - Strategies for Kubernetes Cluster Administrators: Understanding Pod Scheduling
Story
@emile shared a post, 3Ā years, 1Ā month ago
Co-founder, Nebuly

Tutorial on Dynamic GPU Partitioning with MIG to Maximize the Utilization of GPUs in Kubernetes

Partitioning is a way to divide GPU resources into smaller slices. This allows Pods to be scheduled only on the memory/compute resources they actually need, thus increasing GPU utilization and reducing infrastructure costs in Kubernetes clusters.

nos, opensource to maximize GPU utilization in Kubernetes
Story FAUN.dev() Team
@eon01 shared a post, 3Ā years, 1Ā month ago
Founder, FAUN.dev

New Partnership Announcement: FAUN and ContainerDay Security 2023

FAUN is glad to announce a partnership with ContainerDay Security.

Container Day Security
Story
@asimrahal shared a post, 3Ā years, 2Ā months ago

Securing and Managing Secrets in Kubernetes: 3 Key Practices

Twilio Functions etcd

Securing and managing secrets in Kubernetes is a crucial aspect of maintaining the security and integrity of your clusters and apps. Here's how to protect secrets in your Kubernetes clusters.

ihor-dvoretskyi-GCFuprAvC6A-unsplash.jpg
Story
@squadcast shared a post, 3Ā years, 2Ā months ago

Demystifying Kubernetes RBAC

The more prominent and complex Kubernetes deployments become, the more important it is to define strict access controls and tighter security. In this blog, Kasun has explained how RBAC can be implemented in Kubernetes clusters to restrict user permissions to relevant resources only.

Kubernetes_RBAC.png
Story
@huseyni shared a post, 3Ā years, 2Ā months ago
System Engineer, azfiber

Kubernetes Best Practices: 10 Tips for Running Smooth, Efficient Clusters

Amazon Elastic Container Service for Kubernetes (EKS) K8splus Chinaunicom Kubernetes Engine Kubernetes Kubernetes - The Easier Way

Kubernetes is a powerful and popular tool for managing containerized applications in the cloud. It allows you to deploy and scale your applications with ease, providing a consistent and reliable platform for running your workloads. However, as with any complex system, it’s important to follow best p..

Kubernetes_New.png
Story
@josephpeter shared a post, 3Ā years, 3Ā months ago
Intern, LUIT

Building with Kubernetes

1C-Bitrix AccessTrade AOS

Learn to deploy with Kubernetes and scale it with replicas.

Untitled design(3).png
Story FAUN.dev() Team Trending
@eon01 shared a post, 4Ā years, 6Ā months ago
Founder, FAUN.dev

Kind vs K3s

#K3sĀ  #k3dĀ  #kindĀ  #dockerĀ  #kuberne...Ā 
k3s MicroK8s kind k3d

kind and K3s are Kubernetes tools that leverage containers to provide flexible and lightweight Kubernetes distributions. This article highlights the features of both tools and the subtle differences between them.