#devopstips 검색 결과
#DevOpsTips Agent Doron ☠️ completed a #CICD pipeline for 10 tier Ecommerce microservices using Git, Jenkins, Kubernates SonarQube, Prometheus & Grafana on an #AWS infrastructure.

Too many logs? Too many guesses? Start by shrinking the problem. Less noise = more clarity. #DebuggingTips #DevOpsTips #TheDevOpsDojo

Amazon Aurora is a proprietary relational database offered as a service by #AWS and part of the Amazon Relational Database Service. #DevOpsTips

#DevOpsTips resource "aws_instance" "talon-Kube" { ami = "ami-talon" instance_type = "t2.micro" lifecycle { prevent_destroy = true } } 👉How to prevent unintentional destruction of resources in #Terraform

#DevOpsTips I just published Monitoring AWS EKS Cluster using Prometheus and Grafana medium.com/@talongeeks/mo…




#devopstips #100DaysOfCode #AWSCloud In this twitter thread I've shared some insights about concept of Serverless Architecture: 1-No Server Management: In a traditional server-based approach, you would need to provision, configure & maintain servers to run your applications...

Boost your Azure DevOps workflow: Use @mentions for team alerts, leverage pipeline templates for consistency, and explore Azure DevOps marketplace for tools! #AzureDevOps #DevOpsTips

"Boost your #DevOps game! * Use Docker Hub to streamline image management * Leverage Kubernetes for scalable deployments * Automate testing with Jenkins * Monitor performance with Prometheus #DevOpsTips #CloudNative #AgileDevelopment"

🔐 Kubernetes Secrets: Your Key to Secure Data Management! Kubernetes offers a native solution for safeguarding sensitive info like passwords and SSH keys. Say goodbye to plain text! Secrets encode your data for added security. 1/3 #Kubernetes #Security #devopstips #cka #ckad

🔧 Pro Tip: Combine with --tail for just the recent logs! #Docker #DevOpsTips #ToolTalkTuesday #Edureka #RidiculouslyCommitted #TeamEdureka #LearnWithEdureka #Upskilling #Onlinelearning #Onlinecertification #EdurekaCourses


Are you a DevOps professional or an aspiring one? Get ready to expand your DevOps network! Join us for an inspiring Twitter space session next Friday, June 30th at 8pm WAT. #DevOpsTips #DevOpsTwitterSpace

#devopstips #AWSCloud #100daysofcodechallenge Today I am starting with very basic insights on AWS Lambda. In next few tweets I will delve l'll bit deep into the concepts of Lambda & will share how you can create your own Lambda functions 1. What is AWS Lambda? - AWS Lambda is…

Timely automating & testing of infra changes is key to successful DevOps. Don't wait for new features to roll out - automate & test continuously! #DevOpstips

Don't underestimate the importance of robust dev op tooling. Keep your process efficient and automated, and reap the rewards of greater productivity and lower costs. #DevOpsTips

Pixee’s Brian Doyal will be at #DevOpsDays Chattanooga on Nov 15th, sharing how to build a data pipeline for $1/day!⚙️✨ Join to hear Brian's insights from building a serverless data pipeline using AWS Glue, Redshift & QuickSight See you in Chattanooga!👋 #DevOps #DevOpsTips

I will be speaking in the upcoming Twitter space on the topic, "Growing your DevOps Networks" If you are a DevOps professional, or aspiring one, or you want to know how you can grow your network in the tech industry... See thread👇 #DevOpsTips #DevOps #DevOpsTwitterSpace

💡 Tired of dealing with configuration drift between dev and prod? You’re not alone—and there is a fix. ➡️ Swipe through to discover a simple yet powerful DevOps tip! #DevOpsTips #InfrastructureAsCode #Terraform #Ansible #IaC #DevOpsBestPractices #Automation #TechTips #Edureka


Giving every app a 64-core monster server? 😅 💡 Right-size it. 💡 Auto-stop dev & QA instances. Your workloads don’t need Lamborghinis—they need bicycles. #CloudCost #AWS #DevOpsTips #FinOps
Platform Engineering is *the* move. Stop being a ticket-taker & start building self-service 'golden paths' for your devs. Empower them to ship faster, safer. Less 'can you provision this?', more 'I shipped this!'" #DevOpsTips #SysAdmin
Pro tip: version your Terraform modules like you version your apps. One tiny variable change can break infra for everyone downstream. #Terraform #IaCModules #DevOpsTips
Terraform sustainability tip: break giant .tf files. If your PR diff looks like a small novel, debugging infra becomes archaeology. #Terraform #IaC #DevOpsTips
Our devs praise our auto-rotation feature, saying it "prevents IP blocks & ensures consistent access" with adjustable timing to suit their needs. They appreciate the flexibility and reliability it brings! #ProxyRotationTips #DevOpsTips
CRDs give you superpowers, but every new CRD is also a future upgrade headache. Document them well, or your replacement engineer will curse you. #Kubernetes #CRD #DevOpsTips
Tired of endless `kubectl` typing? Install krew → then add ctx, ns, stern. Switching contexts, namespaces, & tailing logs becomes a 2-second job. Your wrists will thank you. 🚀 #kubectl #DevOpsTips #Kubernetes
Pro tip: Start chaos tests small. Kill one Pod, not the whole node pool. Unless you enjoy explaining outages to management 😅 #Kubernetes #ChaosEngineering #DevOpsTips
Dive into Kubernetes Jobs and Cron Jobs! Supercharge your Kubernetes deployments and ensure your tasks are successfully completed. Read now! #KubernetesAutomation #DevOpsTips valewood.org/topics/devops/…
Best practice: combine HPA + Cluster Autoscaler. HPA scales Pods, CA scales nodes. Together they’re peanut butter & jelly for workloads. #Kubernetes #Autoscaling #DevOpsTips
Seen HPA thrash? Pods scaling up and down nonstop? That’s what happens when you set target CPU at 50% without smoothing. Tune cooldown periods or risk a yo-yo cluster. #Kubernetes #HPA #DevOpsTips
Always define sensible default backends in Ingress. Otherwise, misrouted traffic disappears into a black hole of confusion. #Kubernetes #Ingress #DevOpsTips
Requests protect you. Limits protect others. Forget one, and either your Pod crashes under pressure, or your neighbor hogs all resources. #Kubernetes #ResourceLimits #DevOpsTips
Requests = guaranteed minimum. Limits = maximum cap. Get these wrong, and your Pods either starve or hog. Tune them like you’d tune car fuel injection. #Kubernetes #Resources #DevOpsTips
Tip: Don’t add Istio just to get fancy routing. If you only need HTTPS and host-based routing, stick to NGINX ingress. Save your weekends. #Kubernetes #Ingress #DevOpsTips
VPA quietly saves $$ by trimming oversized Pods. But don’t mix VPA and HPA on CPU—they’ll fight like siblings. Pick one scaling strategy per metric. #Kubernetes #VPA #DevOpsTips
Automate like you're allergic to manual tasks. Your future self will thank you (and sleep more). #DevOpsTips
Infrastructure as Code: because "oops, I deleted production" is a terrible memoir title. #DevOpsTips
#DevOpsTips Agent Doron ☠️ completed a #CICD pipeline for 10 tier Ecommerce microservices using Git, Jenkins, Kubernates SonarQube, Prometheus & Grafana on an #AWS infrastructure.

⚡ "Export → Import like a Docker Ninja 🐳 You exported your container as a .tar file… now what? Bring it back to life 👇 👉 docker image import myimage.tar myimage:latest That’s it. 🚀 You’ve got a new image with the tag latest. #Docker #DevOpsTips #CloudNative

Tired of slow builds? Caching your dependencies can save minutes on every build! This is a trick we’ve proven in our CI/CD pipelines to speed up deployments without breaking anything. ⚡ #FixItFriday #DevOpsTips #CICD #BuildOptimization #DeveloperHacks #ProductionReady #TechTips

Too many logs? Too many guesses? Start by shrinking the problem. Less noise = more clarity. #DebuggingTips #DevOpsTips #TheDevOpsDojo

#DevOpsTips I just published Monitoring AWS EKS Cluster using Prometheus and Grafana medium.com/@talongeeks/mo…




🛠️ Configure rollback conditions in CodePipeline. It's your way of telling AWS when to step in and save the day if deployment fails. #DevOpsTips #CICD

Amazon Aurora is a proprietary relational database offered as a service by #AWS and part of the Amazon Relational Database Service. #DevOpsTips

#DevOpsTips resource "aws_instance" "talon-Kube" { ami = "ami-talon" instance_type = "t2.micro" lifecycle { prevent_destroy = true } } 👉How to prevent unintentional destruction of resources in #Terraform

"🚀 Just caught an incredible video by @0xWillButton 🎥 Learn the top 6 #DevOps tips in this thread! 💡 #TechTalk #DevOpsTips #LearnDevOps"

Boost your Azure DevOps workflow: Use @mentions for team alerts, leverage pipeline templates for consistency, and explore Azure DevOps marketplace for tools! #AzureDevOps #DevOpsTips

Boost your Azure DevOps efficiency! Utilize Boards for agile tracking, Pipelines for CI/CD, and Repos for version control. Don’t forget to integrate with Slack for alerts! #AzureDevOps #DevOpsTips

"Boost your #DevOps game! * Use Docker Hub to streamline image management * Leverage Kubernetes for scalable deployments * Automate testing with Jenkins * Monitor performance with Prometheus #DevOpsTips #CloudNative #AgileDevelopment"

Hilo sobre las Diferencias Clave entre DevOps y SRE: 👇👇👇 #DevOps #devopstips #SRE #SysOps #cicd #softwaredevelopment

#devopstips #100DaysOfCode #AWSCloud In this twitter thread I've shared some insights about concept of Serverless Architecture: 1-No Server Management: In a traditional server-based approach, you would need to provision, configure & maintain servers to run your applications...

🚀 Ready to take your #DevOps game to the next level? Check out our top do's and don'ts for success in this fast-paced field! #DevOpsTips #BestPractices #ContinuousIntegration #ContinuousDeployment #SRE




"Boost your #DevOps game! * Use Ansible for automation * Adopt CI/CD pipelines with Jenkins * Monitor your app's performance with Prometheus * Learn about Docker for scalable dev & deployment #DevOpsTips #CloudNative #AutomationMatters"

🔧 Pro Tip: Combine with --tail for just the recent logs! #Docker #DevOpsTips #ToolTalkTuesday #Edureka #RidiculouslyCommitted #TeamEdureka #LearnWithEdureka #Upskilling #Onlinelearning #Onlinecertification #EdurekaCourses


Bonus Tip: Use 'git branch' and 'git log' to view branch information and commit history, respectively. 'git pull' can also be used to fetch and merge changes from a remote repository. #GitBasics #DevOpsTips

Step 5: Resolve any merge conflicts that may arise during the merge process. Use 'git status' and 'git diff' to identify and resolve conflicts before committing the merged changes. #GitBasics #DevOpsTips

Something went wrong.
Something went wrong.
United States Trends
- 1. #DWTS 31.3K posts
- 2. #WWENXT 14.5K posts
- 3. #DWCS 5,074 posts
- 4. Robert 102K posts
- 5. Carrie Ann 3,584 posts
- 6. #RHOSLC 3,514 posts
- 7. Elaine 52.8K posts
- 8. Whitney 14.2K posts
- 9. #USMNT 1,005 posts
- 10. Max Muncy 3,111 posts
- 11. Young Republicans 48.1K posts
- 12. Dylan 31.5K posts
- 13. Roldan 1,848 posts
- 14. Yelich 1,378 posts
- 15. Haji Wright N/A
- 16. Politico 258K posts
- 17. Danielle 9,265 posts
- 18. Mr. Feeny N/A
- 19. Pulisic 1,223 posts
- 20. Peralta 5,766 posts