Category: Uncategorized

Uncategorized

Say Goodbye to running Ollama localy: Harness Cloudflare Workers AI with Continue.dev in VSCode

As a developer, you’re always looking for ways to enhance your productivity and streamline your workflow. One of the most exciting developments in recent times is the integration of Cloudflare Workers AI with local development environments, made possible by the Continue.dev plugin for Visual Studio Code (VSCode). In this tutorial, we’ll walk you through the […]

kmerkuri 
Uncategorized

Choosing the Right SSL Algorithms for Your Site

Secure Sockets Layer (SSL) and its successor, Transport Layer Security (TLS), are protocols for establishing authenticated and encrypted links between networked computers. When implementing SSL/TLS on your website, it’s important to choose the right algorithms to ensure secure and efficient data transmission. This post will discuss the best SSL/TLS algorithms for different types of sites. […]

kmerkuri 
Uncategorized

Webhook to automatically check if the env specified on the deployment to be applied have their configmaps or secrets already in the cluster

This utilises k8s MutatingWebhookConfiguration which listens or create or update operations on deployments and statefulsets and sends the information to be checked via webhook to the flask application to check if the dependecies are met. Get the repository : Deploy cert-manager using helm helm install \ cert-manager jetstack/cert-manager \ –namespace cert-manager \ –create-namespace \ –version […]

kmerkuri 
Uncategorized

Automate Jira Issue Creation for Expiring Certificates with Cert-manager

Hello, tech enthusiasts! Today, we’re going to explore an exciting integration between Cert-manager and Jira. This setup will automatically create Jira issues when a certificate is about to expire, ensuring that you’re always on top of your certificate management game. Let’s dive in! Prerequisites Deploy the Custom Controller That’s it! You’ve successfully integrated Cert-manager with […]

kmerkuri