Jay Kasundralearning-kubernetes.hashnode.dev·Feb 2, 2025Beginner's Guide to Services and Namespaces in KubernetesServices in Kubernetes Used to access the Kubernetes Pods Cluster-IP Service It is used to the enable the communication between the pods within the cluster. Node-Port Service It is used to expose the pod to the internet. Uses the port range : 3...Kubernetes
Saime shaikhmicroservices-vs-monolith.hashnode.dev·Jan 23, 2025Micro-services vs Monolith: Choosing the Right Architectural Approach.......There is a debate in the tech circles of whether to choose microservices or to stick with a monolithic architecture. Both approaches are beneficial and have their drawbacks, and knowing them will assist you in making the right decision for your proje...1 likeservices
Harshit Sahuharshitsahu2311.hashnode.dev·Jan 23, 2025Ingress and Ingress Controller - CKAWhen it comes to Kubernetes workloads, accessing your apps outside the cluster can be a bit of a puzzle. Kubernetes offers a couple of solutions, like manually setting up NodePort or LoadBalancer services. But beware! These methods can be a real maze...39 readsCertified Kubernetes Administratoringress
Daniel Jtmlmjusttry.hashnode.dev·Jan 23, 2025Exploring the Future of Blockchain Technology in Securing Digital TransactionsAs digital transactions become the backbone of the modern economy, ensuring their security has never been more critical. From online banking and e-commerce to decentralized finance (DeFi) and digital identity management, the reliance on secure digita...Blockchain
Pawan Gangwaniblogs.pgangwani.co.in·Jan 17, 2025Mocking OTP Send and Verify APIs in PlaywrightHere’s a blog post draft for mocking OTP scenarios using Playwright: Mocking APIs during end-to-end (E2E) testing ensures faster and more reliable tests by eliminating dependencies on external services. In this blog, we’ll explore how to mock OTP se...playwright
Climeto Sustainable Services Pvt Ltd.climeto.hashnode.dev·Jan 9, 2025Understanding Carbon Credits in India: A Pathway to Sustainable Business PracticesAs climate change continues to be one of the most urgent global challenges, carbon credits have become a key tool for reducing greenhouse gas emissions. For countries like India, carbon credits offer a unique opportunity to drive both economic growth...Environment
Jonas Satkauskascyberjourney.eu·Jan 7, 2025Today I've learned: Services on LinuxWhat’s a service? Service is an application that runs in the background and it is waiting for you to use it. Controlling services Basic syntax for controlling services is: service servicename start|stop|restart For example to see services we can do: ...Linux
João Esperancinhajesperancinha.hashnode.dev·Dec 31, 2024Monitoring Secure Coroutines and WebFlux Reactive applications with Prometheus, Grafana, and InfluxDB — A webcams example1.Introduction For the past years, we’ve seen an increasing interest in using safe applications and making them as reactive as possible. For this, there are many technologies developed throughout the years, and today the most popular ones seem to be ...spring reactive
Jayesh Nalawadejayeshdevops.hashnode.dev·Dec 29, 2024Mastering Kubernetes Services: A Guide to Seamless Pod Communication and Load BalancingIn Kubernetes, a Service is an abstraction that defines a logical set of Pods and a policy to access them. Services provide a stable endpoint to applications running on Pods, even if the underlying Pods are dynamically created or destroyed. Key Co...1 likeDevops LearningKubernetes
Harshit Sahuharshitsahu2311.hashnode.dev·Dec 27, 2024Namespace in K8s☸️ - CKAIn the fast-paced world of container orchestration, managing resources efficiently and securely is essential. Kubernetes, the leading container orchestration platform, offers a powerful tool for this: namespaces. Whether you are managing a multi-tena...41 readsCertified Kubernetes Administrator#namespaces