Syed Mahmood Alisyedmahmoodali.hashnode.dev路Dec 11, 2024Kubernetes and TLS: A Symphonic IntegrationToday, I'll demonstrate the process of issuing and approving a certificate for a new user in a Kubernetes cluster. STEP 1: Generate a private key using the following command openssl genrsa -out myuser.key 2048 STEP 2: Generate a CSR (certificate sig...Kubernetes
Sanjoy Sahasanjoysblog.hashnode.dev路Dec 7, 2024FeaturedGitHub Foundations Certification Exam: A step-by-step guide to register and clear the examThe GitHub Foundations Certification exam is a certification launched by GitHub to validate your knowledge of GitHub鈥檚 core features and workflows. In December of this year, I successfully passed the exam. I have used GitHub for about 3 years and I w...9 likes路146 readsGitHub
Nitish singhsinghnitish.hashnode.dev路Nov 10, 2024Web Application AuthenticationHey! I鈥檓 back with another exciting article on Authentication. It is basically checking or making sure that the information is passed on to the correct user. In web applications like simple landing pages, we do not need to use authentication because ...authentication
Matt MulvaneyforHot off the Application Expressmattmulvaney.hashnode.dev路Nov 7, 2024Certificate choices for OCI Load BalancerI鈥檝e tried to simplify this section, because it can get complicated. I also provide a table of where to upload the certificates as I really needed one and I couldn鈥檛 find any - so I created my own. Certificate Choices Your choices are Get Let鈥檚 Encr...2 likes路46 readsOCI
Derek Armstrongderekarmstrong.dev路Oct 16, 2024How to Learn a New TechnologyIn the fast-paced world of technology, staying up to date with the latest tools, languages, and frameworks is both a challenge and an opportunity. Whether you鈥檙e a seasoned software engineer or someone just getting started in the tech industry, learn...馃Л Career Compasslearning
Md Shahriyar Al Mustakim Mitulmitul-shahriyar.hashnode.dev路Oct 13, 2024Kubernetes 101: Part 4We know that kubeapi has been guiding from master node till now and we need to make sure it鈥檚 secure. Basically one using kubeapi might need to focus on these two permissions Who can access is - Authentication and what can they do is - Authorization...43 readsFrom Linux to DevOps Expertnetwork policies
Angular Academyblog.angularacademy.ca路Oct 7, 2024Senior Angular Developer Certification Exam available!The Senior Angular Developer Certification Exam is now available since October 22. This highly anticipated exam is designed to validate the expertise and skills of experienced Angular developers, setting a new standard of excellence in the field. If...29 readsAngular
Ashutosh Mahajanashutoshamblogs.hashnode.dev路Jul 6, 2024Managing TLS Certificates in Kubernetes馃椉Introduction Securing a Kubernetes cluster involves ensuring that all communication between its components is encrypted. This is achieved through the use of TLS certificates. In this blog, we will delve into the types of certificates used in Kubern...29 readsKubernetes Application Developer ProgramKubernetes
Arjunanarjunan-techblog.hashnode.dev路Jul 1, 2024Certification Goals for 2024: A Complete GuideSix months are already passed in this year but i have not done any certification yet. I am planning to take aws developer associate certification and azure az-104 certification by the end of this year. To reach this goal, i will dedicate some time ev...goals
Siya Bansalawsomeccp.hashnode.dev路Jun 27, 2024Demystifying the Cloud: Your Guide to Cloud ComputingHave you ever wondered how you can access your emails, photos, and documents from any device? The magic behind this convenience is cloud computing. But what exactly is the cloud? Imagine a vast network of super-powered computers instead of your local...CLF-02