Deepak parashartechfordummys.hashnode.dev·Oct 7, 2024Enhance Security with DevSecOps Tools: StackStorm, Calico, AWS & Veracode ExplainedIn the fast-paced world of software development, security has become one of the biggest priorities. While DevOps has revolutionized how we build and deploy applications by integrating development and operations, DevSecOps takes this further by integr...veracode
Kevsquid.hashnode.dev·Aug 27, 2024Xubuntu 24.04 and Kubernetes clusterFollow this documentation to set up a highly available Kubernetes cluster using Xubuntu 24.04. You can try this out in VMWare Workstation 17 since it has been free for Personal Use This documentation guides you in setting up a cluster with a master n...KubernetesKubernetes
Dave Davisvirtualizestuff.com·Mar 25, 2024Exploring ContainerLabIntro Recently, my focus has shifted towards Kubernetes, where I've been assisting customers in designing resilient and scalable clusters. I'm on the lookout for a tool that can quickly set up test Kubernetes clusters with diverse network topologies....1.3K readscontainerlab
urgensherpaurgensherpa.hashnode.dev·Aug 14, 2023Part1 : The basicsIf you need to deploy and scale multiple instances of containers, operate multiple services, and scale them up and down, K8's can be used. Official doc for prod setup here. static pods -they are directly scheduled by kubelet daemon, the static pod ne...50 readsKubernetes on Ubuntu 22.04Kubernetes
gohliyinggohliying.hashnode.dev·Jun 21, 2023Calico BGP route reflectors and IP in IP# RHEL 7 / CentOS 7 # DISRUPTIVE - running "kubectl drain" on existing nodes to make sure no workloads are running on the nodes. # DISRUPTIVE - configure the BGPPeer resources before disabling the node-to-node mesh to avoid pod networking breakage. #...111 readsDevops