Now that Spring Native is no longer an experimental project and has gone GA it is a must for Spring Boot projects!
From seriously decreased container start up times to reduced image sizes and lower resource usage, it can help to lower cloud compute costs. https://t.co/W8vbhwJc92
Ever wondered how to add files to your #Kubernetes Pods? or how to add passwords or keys to all of your services without leaving them in your code repository?
Check out my guide to ConfigMaps and Secrets
#Software#SoftwareEngineer
https://t.co/PjfEtv5mWr
With the new hype around #ChatGPT, we should take a minute to think about how it and the systems that will follow it can impact our squishy human brains by it's introduction to places of work and education!
#OpenAI
https://t.co/rpGnGrZSkF
Check out my #Kubernetes beginners guide series on Medium. Starting from the basics of what Kubernetes even is and the benefits it offers.
It all started with Google's own cluster manager Borg, which then assimilated its way through the industry.
https://t.co/lNDvy6tnpm
Ever wanted to get a script into one of your Pods for troubleshooting or testing functionality but didn't want to bake it into your container images? Using a ConfigMap we can do just that.
Check out my guide to #Kubernetes ConfigMaps & Secrets
https://t.co/PjfEtv4P6T
With the new hype around #ChatGPT, we should take a minute to think about how it and the systems that will follow it can impact our squishy human brains by it's introduction to places of work and education!
#OpenAI
https://t.co/rpGnGrZSkF
Worrying thought... how long till the only way to tell if an article is AI generated is by looking for grammar mistakes that only a squishy brain could make?
#ChatGPT#AI
Ever wanted to get a script into one of your Pods for troubleshooting or testing functionality but didn't want to bake it into your container images? Using a ConfigMap we can do just that.
Check out my guide to #Kubernetes ConfigMaps & Secrets
https://t.co/PjfEtv4P6T
Ever wondered how to add files to your #Kubernetes Pods? or how to add passwords or keys to all of your services without leaving them in your code repository?
Check out my guide to ConfigMaps and Secrets
#Software#SoftwareEngineer
https://t.co/PjfEtv5mWr
Ever wondered how modern applications such as Netflix, Amazon and even Twitter are able to scale and manage such large amounts of traffic?
In short, they adopted a Microservice based architecture and cloud technologies.
But what are Microservices?
https://t.co/P2ux7btMxh
Check out my #Kubernetes beginners guide series on Medium. Starting from the basics of what Kubernetes even is and the benefits it offers.
It all started with Google's own cluster manager Borg, which then assimilated its way through the industry.
https://t.co/lNDvy6tnpm
An often overlooked but important part of deploying your application in #Kubernetes is securing and restricting network traffic to your Pods. There is a couple of ways to do this but one of the easiest and built-in ways is by using Network Policies. 🧵
https://t.co/cwC8fyVOPr
Before you have your applications deployed and running in your cluster you should take some time to think about securing your deployment. Once of the easiest places to being with this in Kubernetes is using Network Policies
#cloud#SoftwareEngineer
https://t.co/Amx6R81prF
Check out my #Kubernetes beginners guide series on Medium. Starting from the basics of what Kubernetes even is and the benefits it offers.
It all started with Google's own cluster manager Borg, which then assimilated its way through the industry.
https://t.co/lNDvy6tnpm
In Kubernetes the smallest unit of work is a Pod, you can deploy these as "naked" Pods but you will lose out on many of the benefits of Kubernetes such as scalability and automatic healing.
Instead, you should use one of the other workload resources
https://t.co/vqrwaIZ0vN