Operations | Monitoring | ITSM | DevOps | Cloud

The latest News and Information on DevOps, CI/CD, Automation and related technologies.

Using Custom Templates in Bunnyshell

Dive into the world of custom templates in Bunnyshell with this comprehensive tutorial. Follow along as we demonstrate the step-by-step process of creating a custom template using a simple machine learning application. Learn how to configure environment settings, handle repositories, deploy environments, and manage template versions. By the end of this tutorial, you'll be well-equipped to leverage custom templates in Bunnyshell to efficiently manage your projects across different stages of development.

Node.js Example - Deploy an Environment

In this video, learn how to create and deploy a Node.js environment in Bunnyshell. The example application consists of a React frontend, an Express backend, and a Postgres database. Follow the step-by-step guide on leveraging a Docker Compose file to set up the environment, customizing settings, and deploying the environment to a Kubernetes cluster. Once the environment is deployed, discover how to add and edit books in the demo application.

Node.js Example - Remote Development

This video demonstrates how to perform remote development on a Node.js environment by synchronizing files between the local machine and the remote environment. Using the demo books application, learn how to initiate remote development and sync local files with the remote backend component. This process involves starting an SSH server in the container, manually restarting the application, and making changes to the application that automatically trigger a restart upon saving.

How Mobile Device Management Can Change Banking

The days of taking an afternoon off from work to head over to the bank are long gone. Banks have rapidly digitized, offering the vast majority of their services to customers remotely. Now users can save, invest, borrow, and make other financial transactions from the comfort of their smartphone, wherever they are. Despite this consumer-facing digitization, many banks have clung to the status quo when it comes to their field operations.

Node.js Example - Remote Debugging with Your Local IDE

In this video, learn how to debug a remote development session in Node.js using the previously deployed demo books application. Follow the steps to set up port forwarding and configure the IDE to map local folders to remote folders in the container. By starting the process in development mode with the inspect flag, discover how to enable the IDE to connect to the running process in the container. The demo includes setting breakpoints and stepping through code during debugging.

Greater organization insights through weekly activity reports emails

Keeping track of your project-related activities can be an overwhelming task. With so many projects, tickets, users, and deployments happening simultaneously, having a clear and simple high-level overview of your entire organization is a very welcome addition to any team. That’s why we’ve created our Weekly Organization Activity Reports which will help to keep you on top of changes across various Projects within your organization.

How To Spot Cost Inefficiencies In Your Cloud

It’s almost impossible to create an optimized cloud system out of the gate and keep it running at a perfect balance over the long term. There’s almost always something that could benefit from some tweaks and adjustments. Cloud costs have a way of creeping up slowly while you’re not paying attention. And if you’re not careful, they can spiral out of control before you realize anything is happening.

CircleCI Technical Demo + Q&A

Join us for a high level tour of CircleCI, and learn how to most effectively utilize the platform’s features and capabilities. Every first and third Wednesday, we’ll be offering a technical demo so you can learn best practices and have all your CircleCI questions answered. Topics Covered: How it works: the nuts and bolts of the product Why CircleCI can make developers’ jobs easier and more rewarding How CircleCI can support your security posture by ensuring organizational policies and guardrails are met Greater visibility by surfacing trends and status across your organization

Components Deep Dive: Docker-Compose in Bunnyshell

Discover how to easily create an environment in Bunnyshell using your docker-compose.yaml file. This developer-focused video walks you through the process of importing your services and configuring your components using 100% Docker-compose syntax. Learn how to expose public hosts, attach volumes, and set up build arguments. We'll wrap up with a demonstration of how to deploy your environment in just a few minutes.