How to backup hyperconverged infrastructure

May 4, 2020 | 646 views

Enterprises running hypervisors on hyper-converged infrastructure (HCI) systems typically have backup options available to them that are not available to those running on generic hardware. Such customers may also have additional backup challenges depending on the HCI vendor and hypervisor they have chosen. Let’s take a look.

Spotlight

PhoenixNAP

phoenixNAP® is a global IT services provider offering progressive Infrastructure-as-a-Service solutions from locations worldwide. Our bare metal server, cloud, hardware leasing and colocation options are built to meet the evolving technology demands businesses require without sacrificing performance. Scalable OpEx solutions to support with the systems and staff to assist; phoenixNAP global IT services.

OTHER ARTICLES
APPLICATION INFRASTRUCTURE, APPLICATION STORAGE

Implementation of IaaS Container Security for Confidentiality and Integrity

Article | May 17, 2023

Containers have emerged as a choice for deploying and scaling applications, owing to their lightweight, isolated, and portable nature. However, the absence of robust security measures may expose containers to diverse threats, thereby compromising the confidentiality and integrity of data and apps. Contents 1 Introduction 2 IaaS Container Security Techniques 2.1 Container Image Security 2.2 Host Security 2.3 Network Security 2.4 Data Security 2.5 Identity and Access Management (IAM) 2.6 Runtime Container Security 2.7 Compliance and Auditing 3 Conclusion 1. Introduction Infrastructure as a Service has become an increasingly popular way of deploying and managing applications, and containerization has emerged as a leading technology for packaging and deploying these applications. Containers are software packages that include all the necessary components to operate in any environment. While containers offer numerous benefits, such as portability, scalability, and speed, they also introduce new security challenges that must be addressed. Implementing adequate IaaS container security requires a comprehensive approach encompassing multiple layers and techniques. This blog explores the critical components of IaaS container security. It provides an overview of the techniques and best practices for implementing security measures that ensure the confidentiality and integrity of containerized applications. By following these, organizations can leverage the benefits of IaaS and containerization while mitigating the security risks that come along. 2. IaaS Container Security Techniques The increasing IAAS security risks and security issues associated with IAAS these days are leading to a massive data breach. Thus, IAAS security concerns are taken into consideration, and seven best techniques are drafted below. 2.1. Container Image Security: Container images are the building blocks of containerized applications. Ensuring the security of these images is essential to prevent security threats. The following measures are used for container image security: Using secure registries: The registry is the location where container images are stored and distributed. Usage of centrally managed registries on campus, the International Organization for Standardization (ISO) can scan them for security issues and system managers may simply assess package gaps, etc. Signing images: Container images can be signed using digital signatures to ensure their authenticity. Signed images can be verified before being deployed to ensure they have not been tampered with. Scanning images: Although standard AppSec tools such as Software Composition Analysis (SCA) can check container images for vulnerabilities in software packages and dependencies, extra dependencies can be introduced during the development process or even at runtime. 2.2. Host Security: Host security is a collection of capabilities that provide a framework for implementing a variety of security solutions on hosts to prevent attacks. The underlying host infrastructure where containers are deployed must be secured. The following measures are used for host security: Using secure operating systems: The host operating system must be safe and up-to-date with the latest high severity security patches within 7 days of release, and others, within 30 days to prevent vulnerabilities and security issues. Applying security patches: Security patches must be applied to the host operating system and other software packages to fix vulnerabilities and prevent security threats. Hardening the host environment: The host environment must be hardened by disabling unnecessary services, limiting access to the host, and applying security policies to prevent unauthorized access. 2.3. Network Security: Network security involves securing the network traffic between containers and the outside world. The following measures are used for network security: Using Microsegmentation and firewalls: Microsegmentation tools with next-gen firewalls provide container network security. Microsegmentation software leverages network virtualization to build extremely granular security zones in data centers and cloud applications to isolate and safeguard each workload. Encryption: Encryption can protect network traffic and prevent eavesdropping and interception of data. Access control measures: Access control measures can restrict access to containerized applications based on user roles and responsibilities. 2.4. Data Security: Data stored in containers must be secured to ensure its confidentiality and integrity. The following measures are used for data security: Using encryption: Data stored in containers can be encrypted, using Transport Layer Security protocol version 1.1. (TLS 1.1) or higher, to protect it from unauthorized access and prevent data leaks. All outbound traffic from private cloud should be encrypted at the transport layer. Access control measures: Access control measures can restrict access to sensitive data in containers based on user roles and responsibilities. Not storing sensitive data in clear text: Sensitive data must not be stored in clear text within containers to prevent unauthorized access and data breaches. Backup app data, atleast weekly. 2.5. Identity and Access Management (IAM): IAM involves managing access to the container infrastructure and resources based on the roles and responsibilities of the users. The following measures are used for IAM: Implementing identity and access management solutions: IAM solutions can manage user identities, assign user roles and responsibilities, authenticate and provide access control policies. Multi-factor authentication: Multi-factor authentication can add an extra layer of security to the login process. Auditing capabilities: Auditing capabilities can monitor user activity and detect potential security threats. 2.6. Runtime Container Security: To keep its containers safe, businesses should employ a defense-in-depth strategy, as part of runtime protection. Malicious processes, files, and network activity that deviates from a baseline can be detected and blocked via runtime container security. Container runtime protection can give an extra layer of defense against malicious code on top of the network security provided by containerized next-generation firewalls. In addition, HTTP layer 7 based threats like the OWASP Top 10, denial of service (DoS), and bots can be prevented with embedded web application and API security. 2.7. Compliance and Auditing: Compliance and auditing ensure that the container infrastructure complies with relevant regulatory and industry standards. The following measures are used for compliance and auditing: Monitoring and auditing capabilities: Monitoring and auditing capabilities can detect and report cloud security incidents and violations. Compliance frameworks: Compliance frameworks can be used to ensure that the container infrastructure complies with relevant regulatory and industry standards, such as HIPAA, PCI DSS, and GDPR. Enabling data access logs on AWS S3 buckets containing high-risk Confidential Data is one such example. 3. Conclusion IaaS container security is critical for organizations that rely on containerization technology for deploying and managing their applications. There is likely to be an increased focus on the increased use of AI and ML to detect and respond to security incidents in real-time, the adoption of more advanced encryption techniques to protect data, and the integration of security measures into the entire application development lifecycle. In order to stay ahead of the challenges and ensure the continued security of containerized applications, the ongoing process of IaaS container security requires continuous attention and improvement. By prioritizing security and implementing effective measures, organizations can confidently leverage the benefits of containerization while maintaining the confidentiality and integrity of their applications and data.

Read More
APPLICATION INFRASTRUCTURE

Accelerating DevOps and Continuous Delivery with IaaS Virtualization

Article | August 3, 2022

Adopting DevOps and CD in IaaS environments is a strategic imperative for organizations seeking to achieve agility, competitiveness, and customer satisfaction in their software delivery processes. Contents 1. Introduction 2. What is IaaS Virtualization? 3. Virtualization Techniques for DevOps and Continuous Delivery 4. Integration of IaaS with CI/CD Pipelines 5. Considerations in IaaS Virtualized Environments 5.1. CPU Swap Wait 5.2. CPU System/Wait Time for VKernel: 5.3. Memory Balloon 5.4.Memory Swap Rate: 5.5. Memory Usage: 5.6. Disk/Network Latency: 6. Industry tips for IaaS Virtualization Implementation 6.1. Infrastructure Testing 6.2. ApplicationTesting 6.3. Security Monitoring 6.4. Performance Monitoring 6.5. Cost Optimization 7. Conclusion 1. Introduction Infrastructure as a Service (IaaS) virtualization presents significant advantages for organizations seeking to enhance their agility, flexibility, and speed to market within the DevOps and continuous delivery frameworks. Addressing the associated risks and challenges is crucial and can be achieved by employing the appropriate monitoring and testing techniques, enlisted further, in this blog. IaaS virtualization allows organizations to provision and de-provision resources as needed, eliminating the need for long-term investments in hardware and data centers. Furthermore, IaaS virtualization offers the ability to operate with multiple operating systems, databases, and programming languages, empowering teams to select the tools and technologies that best suit their requirements. However, organizations must implement comprehensive testing and monitoring strategies, ensure proper security and compliance controls, and adopt the best resource optimization and management practices to leverage the full potential of virtualized IaaS. To achieve high availability and fault tolerance along with advanced networking, enabling complex application architectures in IaaS virtualization, the blog mentions five industry tips. 2. What is IaaS Virtualization? IaaS virtualization involves simultaneously running multiple operating systems with different configurations. To run virtual machines on a system, a software layer known as the virtual machine monitor (VMM) or hypervisor is required. Virtualization in IaaS handles website hosting, application development and testing, disaster recovery, and data storage and backup. Startups and small businesses with limited IT resources and budgets can benefit greatly from virtualized IaaS, enabling them to provide the necessary infrastructure resources quickly and without significant capital expenditures. Virtualized IaaS is a potent tool for businesses and organizations of all sizes, enabling greater infrastructure resource flexibility, scalability, and efficiency. 3. Virtualization Techniques for DevOps and Continuous Delivery Virtualization is a vital part of the DevOps software stack. Virtualization in DevOps process allows teams to create, test, and implement code in simulated environments without wasting valuable computing resources. DevOps teams can use the virtual services for thorough testing, preventing bottlenecks that could slow down release time. It heavily relies on virtualization for building intricate cloud, API, and SOA systems. In addition, virtual machines benefit test-driven development (TDD) teams that prefer to begin their troubleshooting at the API level. 4. Integration of IaaS with CI/CD Pipelines Continuous integration is a coding practice that frequently implements small code changes and checks them into a version control repository. This process not only packages software and database components but also automatically executes unit tests and other tests to provide developers with vital feedback on any potential breakages caused by code changes. Continuous testing integrates automated tests into the CI/CD pipeline. For example, unit and functionality tests identify issues during continuous integration, while performance and security tests are executed after a build is delivered in continuous delivery. Continuous delivery is the process of automating the deployment of applications to one or more delivery environments. IaaS provides access to computing resources through a virtual server instance, which replicates the capabilities of an on-premise data center. It also offers various services, including server space, security, load balancing, and additional bandwidth. In modern software development and deployment, it's common to integrate IaaS with CI/CD pipelines. This helps automate the creation and management of infrastructure using infrastructure-as-code (IAC) tools. Templates can be created to provision resources on the IaaS platform, ensuring consistency and meeting software requirements. Additionally, containerization technologies like Docker and Kubernetes can deploy applications on IaaS platforms. 5. Considerations in IaaS Virtualized Environments 5.1. CPU Swap Wait The CPU swap wait is when the virtual system waits while the hypervisor swaps parts of the VM memory back in from the disk. This happens when the hypervisor needs to swap, which can be due to a lack of balloon drivers or a memory shortage. This can affect the application's response time. One can install the balloon driver and/or reduce the number of VMs on the physical machine to resolve this issue. 5.2. CPU System/Wait Time for VKernel Virtualization systems often report CPU or wait time for the virtualization kernel used by each virtual machine to measure CPU resource overhead. While this metric can't be directly linked to response time, it can impact both ready and swap times if it increases significantly. If this occurs, it could indicate that the system is either misconfigured or overloaded, and reducing the number of VMs on the machine may be necessary. 5.3. Memory Balloon Memory ballooning is a memory management technique used in virtualized IaaS environments. It works by injecting a software balloon into the VM's memory space. The balloon is designed to consume memory within the VM, causing it to request more memory from the hypervisor. As a result, if the host system is experiencing low memory, it will take memory from its virtual infrastructures, thus negatively affecting the guest's performance, causing swapping, reduced file-system buffers, and smaller system caches. 5.4. Memory Swap Rate Memory swap rate is a performance metric used in virtualized IaaS environments to measure the amount of memory being swapped to disk. When the swap rate is high, it leads to longer CPU swap times and negatively affects application performance. In addition, when a VM is running, it may require more memory than is physically available on the server. In such cases, the hypervisor may use disk space as a temporary storage area for excess memory. Therefore, to optimize, it is important to ensure that VMs have sufficient memory resources allocated. 5.5. Memory Usage Memory usage refers to the amount of memory being used by a VM at any given time. Memory usage is assessed by analyzing the host level, VM level, and granted memory. When memory usage exceeds the available physical memory on the server, the hypervisor may use disk space as a temporary storage area for excess memory, leading to performance issues. The disparity between used and granted memory indicates the overcommitment rate, which can be adjusted through ballooning. 5.6. Disk/Network Latency Some virtualization providers provide integrated utilities for assessing the latency of disks and network interfaces utilized by a virtual machine. Since latency directly affects response time, increased latency at the hypervisor level will also impact the application. An excessive amount of latency indicates the system is overloaded and requires reconfiguration. These metrics enable us to monitor and detect any negative impact a virtualized system might have on our application. 6. Industry tips for IaaS Virtualization Implementation Testing, compliance management and security arecritical aspects of managing virtualized IaaS environments . By implementing a comprehensive strategy, organizations ensure their infrastructure and applications' reliability, security, and performance. 6.1. Infrastructure Testing This involves testing the infrastructure components of the IaaS environment, such as the virtual machines, networks, and storage, aiming to ensure the infrastructure is functioning correctly and that there are no performance bottlenecks, security vulnerabilities, or configuration issues. Testing the virtualized environment, storage testing (testing data replication and backup and recovery processes), and network testing are some of the techniques to be performed. 6.2. Application Testing Applications running on the IaaS virtual environment should be thoroughly tested to ensure they perform as expected. This includes functional testing to ensure that the application meets its requirements and performance testing to ensure that the application can handle anticipated user loads. 6.3. Security Monitoring Security monitoring is critical in IaaS environments, owing to the increased risks and threats. This involves monitoring the infrastructure and applications for potential security threats, vulnerabilities, or breaches. In addition, regular vulnerability assessments and penetration testing help identify and address potential security issues before they become significant problems. 6.4. Performance Monitoring Performance monitoring is essential to ensuring that the underlying infrastructure meets performance expectations and has no performance bottlenecks. This comprises monitoring metrics such as CPU usage, memory usage, network traffic, and disk utilization. This information is used to identify performance issues and optimize resource usage. 6.5. Cost Optimization Cost optimization is a critical aspect of a virtualized IaaS environment with optimized efficiency and resource allocation. Organizations reduce costs and optimize resource usage by identifying and monitoring usage patterns and optimizing elastic and scalable resources. It involves right-sizing resources, utilizing infrastructure automation, reserved instances, spot instances (unused compute capacity purchased at a discount), and optimizing storage usage. 7. Conclusion IaaS virtualization has become a critical component of DevOps and continuous delivery practices. To rapidly develop, test, and deploy applications with greater agility and efficiency by providing on-demand access to scalable infrastructure resources to Devops teams, IaaS virtualization comes into picture. As DevOps teams continue to seek ways to streamline processes and improve efficiency, automation will play an increasingly important role. Automated deployment, testing, and monitoring processes will help reduce manual intervention and increase the speed and accuracy of development cycles. In addition, containers will offer a lightweight and flexible alternative to traditional virtualization, allowing DevOps teams to package applications and their dependencies into portable, self-contained units that can be easily moved between different environments. This can reduce the complexity of managing virtualized infrastructure environments and enable greater flexibility and scalability. By embracing these technologies and integrating them into their workflows, DevOps teams can achieve greater efficiency and accelerate their delivery of high-quality software products.

Read More
APPLICATION INFRASTRUCTURE, IT SYSTEMS MANAGEMENT

Leading IaaS Providers - Unlocking the Power of Cloud Computing

Article | May 8, 2023

Simplify server maintenance with managed services! Hybrid and multi-cloud systems work together in harmony, gaining advantage of both storage systems. Explore IaaS providers for your business needs. Contents 1. Introduction 2. Multi-Cloud vs. Hybrid Cloud 2.1. Multi-Cloud Storage Systems 2.2. Hybrid Cloud Storage Systems 2.3. Choosing between Multi-Cloud and Hybrid Cloud 3. Managed and Unmanaged Services 4. 5 top companies providing IaaS platforms 4.1. ScaleMatrix 4.2. Faction 4.3. Expedient 4.4. PhoenixNAP 4.5. Rackspace Technology 5. Conclusion 1. Introduction Several leading companies are providing IaaS platforms, offering managed and unmanaged services, and multi-cloud and hybrid cloud solutions to meet the growing demands of businesses in today's digital landscape. In addition, these companies offer various services to help organizations manage their IT infrastructure, including computing power, virtual machines, storage, and networking, while also providing additional value-added services such as security, disaster recovery, and automation. 2. Multi-Cloudvs. Hybrid Cloud Multi-cloud and hybrid cloud are cloud deployment infrastructure models 2.1. Multi-Cloud Storage Systems: Multicloud refers to an organization utilizing cloud computing services from at least two cloud providers to run their applications. Instead of relying on a single-cloud stack, multi-cloud environments usually consist of two or more public clouds, two or more private clouds, or a mix of both. 2.2. Hybrid Cloud Storage Systems: A hybrid cloud refers to a heterogeneous computing environment where applications are executed using a blend of computing, storage, and services across distinct environments, such as public clouds, private clouds, on-premises data centers, or edge locations. 2.3. Choosing Between Multi-Cloud and Hybrid Cloud 2.3.1. Opting for a Hybrid Cloud: For businesses that require control over certain data or workloads, a hybrid cloud strategy may be necessary. This involves hosting some applications in the public cloud while running critical workloads locally to balance the benefits of cloud technology with the need for local data control. - To avoid vendor lock-in, carefully select the best cloud services for each application or task. - Choose cost-effective services to engage in more effective business planning. - Ensure flexibility and adaptability for the cloud team. - Enable a company to use best-in-class services for each app/task 2.3.2. Selecting a Multi-Cloud: Businesses often rely on multiple cloud providers for different services, such as public clouds for virtual machines and SaaS for business applications. They may also access AI, ML, or language cloud services from other providers. - To test and validate a cloud computing platform before migrating its resources and workloads. - To enable a centralized identity infrastructure across disparate systems. - To ensure a blend of self-service resources (private cloud) and a platform to run test workloads (public cloud), for DevOps based firms However, hybrids and multi-clouds can operate together. For example, a company can establish a private cloud for internal operations and then merge it with a public cloud to form a hybrid cloud. Additional clouds, whether IaaS, PaaS, or SaaS, can be added or integrated to provide specific resources or services to the business. Alternatively, a company can create a hybrid cloud with one public cloud provider and still use resources and services from other public clouds outside the hybrid cloud environment. 3. Managed and Unmanaged Services IaaS comes in two main forms: managed and unmanaged. Managed services can simplify server maintenance by providing support and expertise. With managed dedicated servers, clients can focus on other aspects of their business while the host takes care of day-to-day maintenance, including software upgrades. This option is also safer, as self-managing a server without the necessary expertise can create security vulnerabilities. Unmanaged services are cheaper but don't include extras or support. Standard or custom control panels are used for task management. However, managing servers can only be done with experience. In addition, unmanaged hosting services are limited to providing a default solution configuration, and the applications must be installed on the cloud server by the user. 4. 5 Top Companies Providing IaaS Platforms 4.1. ScaleMatrix ScaleMatrix offers IaaS solutions that empower businesses to manage their IT infrastructure while minimizing expensive capital expenditures (CAPEX) and reducing operational costs (OPEX). With ScaleMatrix's IaaS solutions, companies can have complete control over their infrastructure, utilizing the Ping, Power, Pipe, and server hardware. This allows businesses to tailor their infrastructure to fit their specific needs, with the option to make changes as required. Additionally, businesses can deploy hardware without significant capital investment, avoiding a CAPEX spike. Instead, they can pay for their infrastructure on an OPEX basis, allowing them to manage their expenses more efficiently. 4.2. Faction Faction is a top-tier IaaS provider that offers a wide range of customizable solutions to meet the unique needs of its clients. Their IaaS offerings provide flexibility and agility to grow businesses while controlling costs. Clients can choose from various infrastructure options, including dedicated servers, private clouds, and hybrid cloud solutions. Faction's managed services portfolio differentiates it from other IaaS providers. The company's managed services are designed to provide clients with a more integrated ecosystem of managed services that can handle complex business needs across client on-premises and cloud environments. This includes services like monitoring and management, security and compliance, cloud backup, and disaster recovery, providing clients with a complete end-to-end solution for their IT infrastructure needs. 4.3. Expedient Expedient provides infrastructure as a service solutions, including their flagship Expedient Enterprise Cloud, enabling clients to purchase resource pools and dedicated nodes. This cloud offering allows businesses to quickly scale resources without needing to refractor applications or learn a new platform. The platform offers a single management interface with self-service network provisioning, monitoring, and analytics. Expedient also provides a dedicated private cloud solution for applications like Citrix, reducing the infrastructure maintenance burden while maintaining scalability and flexibility. Expedient's Private Cloud Anywhere service allows businesses to have a cloud node within their own data center, providing a cloud-like experience within the proximity of mission-critical functions like manufacturing lines or retail stores. 4.4. PhoenixNAP PhoenixNAP is a leading provider of bare metal cloud infrastructure solutions that empower businesses to innovate and achieve agility by deploying a flexible, cloud-native-ready infrastructure. Another significant advantage of PhoenixNAP's Bare Metal Cloud is the flexible billing models, which allow for fast scalability and cost optimization. The solutions offer the performance of dedicated hardware with cloud-like flexibility, allowing for automated provisioning of physical servers in minutes. Reserved instances are available for up to three years, providing cost-effective options. As a cloud-native-ready IaaS platform, PhoenixNAP's Bare Metal Cloud delivers high-performance, non-virtualized servers for even the most demanding workloads. 4.5. Rackspace Technology Rackspace Technology is a leading provider of IT-as-a-Service (IaaS) solutions that enable businesses to leverage the latest technologies and gain a competitive advantage. Their IaaS solutions are designed to meet the unique needs of the FinTech industry, which demands highly secure, scalable, and reliable infrastructure to support mission-critical applications. Its IaaS offerings are designed to provide flexible and scalable infrastructure that can be customized to meet the specific needs of businesses. They offer a range of infrastructure services, including public and private clouds, dedicated servers, and managed hosting, as well as hybrid cloud solutions that combine the benefits of both public and private cloud environments. 5. Conclusion The future of the top leading companies providing IaaS platforms looks promising as the demand for cloud computing services continues to grow. With the ever-increasing need for businesses to store, manage, and analyze large amounts of data, the demand for IaaS platforms is expected to increase in the coming years. This includes enhancing their security measures, network capabilities, and data center footprints. Furthermore, as the industry moves towards hybrid cloud and multi-cloud environments, these companies will need to adapt and provide solutions that can seamlessly integrate with various cloud platforms. This will require collaboration with other cloud service providers and investment in interoperability technologies. As businesses increasingly rely on data-driven decision-making, cloud providers will need to offer services that enable customers to process and analyze large amounts of data quickly and efficiently using AI and ML. The future of the top leading companies will require continuous innovation, collaboration, and investment in new technologies to meet the changing needs of their customers. As cloud computing continues to transform the business landscape, these companies will enable businesses to scale and grow in the digital age.

Read More
HYPER-CONVERGED INFRASTRUCTURE, APPLICATION INFRASTRUCTURE, APPLICATION STORAGE

Attend These Events to Discover the Future of Cloud Infrastructure

Article | May 2, 2023

Introduction: IT infrastructure is of utmost importance because it enables organizations to manage and deliver data & services to their employees, customers, and partners. The events mentioned in the following paragraphs cover a range of topics related to cloud infrastructure, including cloud security, hybrid cloud, multi-cloud, cloud automation, and cloud-native applications. These events are taking place in United States, Denmark, China, and Rome among others from May 2023 to December 2023. Let's take a closer look at each of these events and know what attendees can expect to gain from them. 1. Data Center World May 8-11, 2023 | Austin (Texas) Data Center World is an important virtual event focusing on digital infrastructure aimed at professionals working in data centers, technology leaders, and innovators driving the digital industry forward. It is the longest-running data center conference and expo, blending decades of experience with insight into today's and tomorrow's strategic issues. The conference will provide attendees valuable knowledge and strategies on various technologies and concepts necessary for planning, managing, and optimizing data centers. The event will feature multiple themes as edge computing, colocation, hyperscale and more. The conference will offer a platform for experts to share their insights on the latest developments and trends shaping the future of digital infrastructure. 2. Gartner IT Infrastructure, Operations and Cloud Strategies Conference 2023 November 20-21, 2023 | London (England) Gartner IT Infrastructure, Operations and Cloud Strategies Conference 2023 is a two-day event that will cover various topics related to IT infrastructure, operations, and cloud strategies. These topics include the cloud cookbook, disruptive practices, trends, technologies, and more. The conference is designed for attendees who are responsible for servers, storage & backup/recovery among others. It will provide a platform for IT professionals to share knowledge, learn from experts in the field, and discuss best practices as well as emerging trends in IT infrastructure, operations, and cloud strategies. It is an excellent opportunity to stay up-to-date with the latest industry developments and gain valuable insights that can help drive their organizations forward. 3. Stackconf: The Open Source Infrastructure Conference September 13-14, 2023 | Berlin (Germany) Stackconf is an event that will focus on open-source infrastructure solutions in continuous integration, containers, hybrid, and cloud technologies. It will provide a platform for international experts to present their ideas on bridging the gap between development, testing, and operations. The event will offer lectures on various infrastructure topics throughout the entire DevOps lifecycle, including building, CI/CD, running, and monitoring. Participants can learn about innovative technology mixes and future-oriented designs for large infrastructures. The event promises to be an exciting opportunity to explore the latest advancements in open-source infrastructure solutions. 4. 2023 5th International Conference on Hardware Security and Trust (ICHST 2023) July 8-10, 2023 | Wuxi (China) This fifth international conference is a workshop for ICSIP 2023. With the increasing use of computing and communication systems in various aspects of modern life, the importance of system security has grown significantly. This is true for the internet-of-things, which has created new attack surfaces and requirements for secure system operation. Furthermore, the design, manufacturing, and distribution of microchips, PCBs, and other electronic components have become more complex, which has led to potential security vulnerabilities. ICHST will promote the growth of hardware-based security research and development, highlighting new hardware and system security results. The conference will cover topics such as techniques, design/test methods, and more. 5. Capacity Caucasus and Central Asia 2023 June 21-22, 2023 |Baku (Azerbaijan) Capacity Media is pleased to announce the launch of a new digital infrastructure event for the Caucasus and Central Asian markets. This event is the only kind in the region and is being introduced when virgin markets open up. In addition, significant investments are being made into digital infrastructure, such as the Digital Silk Way project. This presents boundless opportunities for IP transit and content, with a growing demand for digital services ranging from e-commerce to e-learning, telemedicine, and telecommuting. The event aims to bring together infrastructure professionals and digital service providers in this emerging digital hub to explore the latest trends, technologies, and opportunities in the field of digital infrastructure. 6. DATACENTER FORUM HELSINKI 2023 June 1, 2023 | Helsinki (Finland) This eighth annual Datacenter Forum Helsinki is a highly-anticipated event that will bring together over 400 professionals from the data center sector in Finland and the Baltics. The conference is free-of-charge for those involved in managing and operating IT infrastructure, making it accessible to a wide range of professionals. Attendees can expect to network with peers, learn about the latest trends as well as technologies in the field of data centers, and participate in informative sessions and discussions led by industry experts. The event promises to be an exciting opportunity for professionals in the region to connect, collaborate, and gain valuable insights into the future of data center infrastructure. 7. DICE East May 24-25, 2023 |Virginia (US) DICE East is a highly-anticipated two-day national event focused on data centers. This premium event will allow attendees to explore the latest opportunities, challenges, and innovations in the digital infrastructure industry. Attendees expect to gain valuable insights into the future of data center technology and connect with industry experts and peers. It promises to be a must-attend event for anyone involved in the digital infrastructure industry. Some key themes that will be discussed include cloud computing, artificial intelligence, edge computing, and more. The event will also include an exhibit hall where attendees can see the latest products and solutions from leading vendors in the digital infrastructure space. 8. International Design Engineering Technical Conferences & Computers and Information in Engineering Conference (IDETC-CIE 2023) August 20-23, 2023 | Massachusetts (United States) The International Design Engineering Technical Conferences & Computers and Information in Engineering Conference (IDETC-CIE 2023) is a significant event in the field of design and related manufacturing. It will comprise a series of sub-conferences, providing an opportunity for researchers, academicians and professionals from around the world to present and discuss the latest advancements, trends, and challenges in the field of design and related manufacturing. The conference will feature keynote speeches, paper presentations, panel discussions, and interactive sessions, providing attendees with a comprehensive view of the latest developments in the industry. The IDETC-CIE 2023 conference is a must-attend event for professionals, researchers, and students involved in the design and related manufacturing industries. 9. International Intelligent Building and Green Technology Expo (IBG 2023) November 15-17, 2023 | Shanghai (China) The International Intelligent Building and Green Technology Expo (IBG 2023) is a specialized event dedicated to creating an intelligent and energy-efficient building ecosystem. The expo will focus on presenting the latest products & services related to fire and safety systems, intelligent building equipment and management, intelligent building management systems, building information systems, and information application systems. The IBG 2023 expo will attract attendees from various industries, where participants can gain insights into the latest trends & technologies related to intelligent building as well as green technology and learn about industry developments and advancements. This is a must-attend event for professionals and businesses looking to stay up-to-date with the latest advancements in the intelligent building. 10. ConnecTechAsia June 06, 2023 | Singapore EXPO (Singapore) ConnecTechAsia is a leading conference that will focus on the latest advancements in communication, enterprise, and broadcast technologies. The event will comprise three separate conferences, namely BroadcastAsia, CommunicAsia, and NXTAsia, covering a wide range of topics related to the respective fields. It will provide attendees with the opportunity to explore the latest trends and innovations in communication, enterprise, and broadcast technologies, and to connect with industry experts, thought leaders, and peers from around the world. The conference will also feature keynotes, panel discussions, workshops, and exhibitions that showcase the latest products and services in the industry. 11. Data Summit 2023 May 10-11, 2023 | Boston (United States) The Data Summit 2023 is a leading conference that will focus on data management and analytics. The event will feature a wide range of topics related to data and analytics, including What’s Next in data and analytics architecture, modern data strategy essentials, AI & machine learning, and data mesh and data fabric, among others. The event will also include keynotes, panel discussions as well as workshops that showcase the latest products and services in the industry. One of the main highlights of the Data Summit 2023 is the Data Solutions Showcase, which offers attendees the opportunity to explore and get demonstration on the latest data management and analytics solutions from leading vendors in the industry. 12. Advancing Data Center Construction: West 2023 July 17-19, 2023 | Washington (United States) The Advancing Data Center Construction: West 2023 conference is a three-day event that will bring together professionals from the data center construction industry to discuss the latest trends and strategies. It will focus on the latest trends and strategies in data center construction. The event will feature keynote speeches from industry leaders, panel discussions, and networking opportunities. Covering a variety of topics, such as optimizing prefabrication strategies, managing supply chain disruption, enhancing collaborative project delivery, looking into the future of data center projects, and more, the event will also cover sustainable construction approaches, including strategies for reducing energy consumption and minimizing environmental impact. 13. International Data Center and Cloud Computing Expo (CDCE 2023) November 15-17, 2023 | Shanghai (China) The International Data Center and Cloud Computing Expo (CDCE 2023) is a trade show that will offer a platform for exhibitors to showcase their latest products & services in the field of data centers and cloud computing. Featuring a wide range of products, such as data center management software, monitoring systems, power generators, air conditioning and cooling systems, security systems, and more, the event will attract attendees from various industries, such as internet service providers, financial institutions, energy companies, research institutions, hospitals, and manufacturers. The exhibition will showcase products & services in different categories, such as data center management, infrastructure solutions, cloud computing services, system integration and development, and advanced construction materials. 14. Datacenter Forum Copenhagen 2023 September 21, 2023 | Copenhagen (Denmark) This ninth edition of Datacenter Forum is an annual event that will focus on the latest trends and developments in the data center industry. The one-day event will bring together over 300 professionals from the data center sector in Denmark, including IT infrastructure managers and operators. Nordics Events, a company that specializes in putting on industry-specific events in the Nordic region, is in charge of organizing the event. Topics covered at the event will include data center design, energy efficiency, security, and more. Attendees can also visit the exhibition area, where they can meet with vendors and learn about the latest products and services in the industry. Attendance at the event is free for those who are involved in managing and operating IT infrastructure. 15. Telco Infrastructure Summit (TIS) 2023: September 21-22, 2023 | Rome (Italy) CC (Carrier Community) is a global telecom club organizing its fourth specialized annual event called CC-TIS 2023 Rome. The event is a hybrid gathering, bringing together leading industry telco and ICT players to learn, share, network, and shape industry trends related to digital transformation and telecom infrastructure development. During the two-day event, attendees will discuss market-relevant topics related to digital transformation, such as submarine and connectivity, as well as other emerging trends in the industry. Attendees can expect to engage in lively discussions and gain a deeper understanding of the opportunities and challenges facing the telecom industry. Conclusion: These events will help organizations stay ahead of the curve in today's rapidly evolving landscape and capitalize on the opportunities presented. The events mentioned above aim to facilitate collaboration, knowledge exchange, and discussions toward finding novel solutions for the computing systems of tomorrow.

Read More

Spotlight

PhoenixNAP

phoenixNAP® is a global IT services provider offering progressive Infrastructure-as-a-Service solutions from locations worldwide. Our bare metal server, cloud, hardware leasing and colocation options are built to meet the evolving technology demands businesses require without sacrificing performance. Scalable OpEx solutions to support with the systems and staff to assist; phoenixNAP global IT services.

Related News

HYPER-CONVERGED INFRASTRUCTURE, APPLICATION INFRASTRUCTURE

Nutanix Accelerates Kubernetes Adoption in the Enterprise

Nutanix | October 27, 2022

Nutanix , a leader in hybrid multicloud computing, today announced new features in its Cloud Platform to accelerate the adoption of Kubernetes running both at scale and cost-effectively. The company announced broad support for leading Kubernetes container platforms, built-in infrastructure as code capabilities, and enhanced data services for modern applications. These new features allow DevOps teams to accelerate application delivery with the performance, governance, and flexibility of the Nutanix Cloud Platform while allowing customers to maintain control of their IT operating costs. “Kubernetes deployments are inherently dynamic and challenging to manage at scale. “Running Kubernetes container platforms cost-effectively at large scale requires developer-ready infrastructure that seamlessly adapts to changing requirements. Our expertise in simplifying infrastructure management while optimizing resources—both on-premises and in the public cloud—is now being applied to help enterprises adopt Kubernetes more quickly. The Nutanix Cloud Platform now supports a broad choice of Kubernetes container platforms, provides integrated data services for modern applications, and enables developers to provision Infrastructure as Code.” Thomas Cornely, SVP, Product Management, Nutanix According to Gartner, by 2027, 25% of all enterprise applications will run in containers, an increase from fewer than 10% in 20211. This is a significant challenge for many given most Kubernetes solutions are not meant to support enterprise scale, even less can do so in a manner that is cost effective. The Nutanix Cloud Platform enables enterprises to run Kubernetes in a software-defined infrastructure environment that can linearly scale. Additionally, whether running Kubernetes on-premises or in the public cloud, Nutanix delivers a cost-effective solution that can help lower total cost of ownership by up to 53% when compared to other native cloud deployment solutions. New capabilities, including broad support for leading Kubernetes container platforms, built-in infrastructure as code capabilities, and enhanced data services, make Nutanix an even stronger proposition for enterprises looking to deploy Kubernetes at scale. Specifically, new enhancements include: Broad Kubernetes Ecosystem: The Nutanix Cloud Platform, with the built-in AHV hypervisor, now supports most leading Kubernetes container platforms with the addition of Amazon EKS-A. This builds on a large ecosystem including Red Hat OpenShift, SUSE Rancher, as well as Google Anthos, and Microsoft Azure Arc for edge deployments, along with the native Nutanix Kubernetes, Nutanix Kubernetes Engine (NKE). Built-In Infrastructure as Code Operating Model: Nutanix also announced an updated API family along with its SDKs in Java, JS, Go and Python, currently under development. This will enable automation at scale and consistent operations regardless of location—in the datacenter, on the public cloud, or at edge—both of key importance to enterprises. Additionally, when combined with Red Hat Ansible Certified Content or the Nutanix Terraform provider, a DevOps methodology can be brought to infrastructure through automation leveraging Infrastructure as Code. Strengthened Data Services for Modern Applications: Nutanix Cloud Platform’s web-scale architecture enables customers to start small and scale to multi-PB sized deployments as application needs grow. It is the only platform to unify delivery of integrated data services with file, object, and now adding database services on the same platform for Kubernetes-based applications. Today Nutanix launched Nutanix Database Service Operator for Kubernetes, which enables developers to quickly and easily provision and attach databases to their application stacks directly from development environments. The open source operator is available via artifacthub.io as well as by direct download at GitHub. Additionally, Nutanix Objects now supports a reference implementation of Container Object Storage Interface (COSI) for ease of orchestration and self-service provisioning. It also adds support for observability using Prometheus. Lastly, Objects is now validated with modern analytics applications including Presto, Dremio, and Vertica, along with Confluent Kafka to efficiently enable large-scale data pipelines often used in real-time streaming applications. These new features build on the Nutanix Cloud Platform’s ability to handle the dynamic demands of Kubernetes applications at scale. With the Nutanix hyperconverged infrastructure, performance and capacity scale linearly, resilience is delivered from the ground up with self-healing nodes, and persistent storage is natively integrated. Additionally, the Nutanix Cloud Platform can help deliver cost efficiencies by eliminating unused compute and storage resources. For customers looking at cloud integrations, the same Nutanix value is delivered across hybrid multicloud endpoints with full license portability across edge, datacenter, service provider, and hyperscaler points of presence. “When we decided to bring the core platform for our solutions in-house, we decided to take a modular containerized approach to give us the desired flexibility and simplify management by maintaining customization as configurations,” said Larry McClanahan, Chief Product Officer, Nymbus. “Our partnership with Red Hat and Nutanix gives us the flexibility to innovate, the speed to get to market fast, and the tremendous scalability to support ongoing growth. We’re thrilled that we can better help our customers succeed in the digital banking market with unique solutions.” "Container development platforms promise faster application development speed, but will only be deployed by organizations who can maintain compliance, day 2 operations, and cost management control at scale,” said Paul Nashawaty, Senior Analyst at ESG. “Nutanix offers a compelling path to speed the deployment of modern applications at scale and in a cost-effective manner, with full choice of Kubernetes container development environments and cloud endpoints." About Nutanix Nutanix is a global leader in cloud software and a pioneer in hyperconverged infrastructure solutions, making clouds invisible, freeing customers to focus on their business outcomes. Organizations around the world use Nutanix software to leverage a single platform to manage any app at any location for their hybrid multicloud environments.

Read More

APPLICATION INFRASTRUCTURE, IT SYSTEMS MANAGEMENT

Scale Computing Tops CRN’s 2022 Annual Report Card for Edge Computing and Converged/Hyperconverged Infrastructure

Scale Computing | August 23, 2022

Scale Computing, a market leader in edge computing, virtualization, and hyperconverged solutions, today announced that CRN®, a brand of The Channel Company, has named it a winner of the 2022 CRN Annual Report (ARC) Awards in both the Edge Computing category and the Converged/Hyperconverged Infrastructure category. This is the fourth consecutive year Scale Computing has been recognized as a CRN ARC Award winner, and the company once again swept all of the subcategories including Product Innovation, Support, Partnership, and Managed & Cloud Services in both Edge Computing and Converged/Hyperconverged Infrastructure. The company also announced a “save the date” for the 2023 Scale Computing Platform Partner Summit, February 15-16 in Las Vegas, NV. Feel free to download the dates to your Google Calendar, Outlook Calendar, or iCal. With a 37-year history, CRN’s ARC Awards recognize best-in-class vendors that are devoted to boosting IT channel growth through innovation in technology and partner strategy. Through the ARC Awards — known as one of the most prestigious honors in the IT industry — solution providers offer key feedback that commends technology manufacturers for designing channel-friendly product offerings, developing strong partner programs, and building long-term successful relationships with solution providers. “This recognition represents the ‘Voice of the Partner’ and we are very proud to be named the leader in both Edge Computing and Converged/Hyperconverged Infrastructure. “This year is particularly meaningful as vendor survey participation was mandatory, ranking us number one above all of our competition. When we founded Scale Computing, we set out to create a company that would be the best vendor our customers and partners would ever work with. Sweeping all subcategories over our competitors for years in-a-row proves we are delivering on that promise.” Jeff Ready, CEO and co-founder, Scale Computing Scale Computing Platform brings simplicity, high availability, and scalability together, replacing the existing infrastructure and running applications in a single, easy-to-manage platform. Bringing faster time to value than competing solutions, SC//Platform enables organizations to run applications in a unified environment that scales from 1 to 50,000 servers. Regardless of hardware requirements, the same innovative software and simple user interface provides the power to run infrastructure efficiently at the edge, in the distributed enterprise, and in the data center. The ARC Awards are based on an invitation-only research survey conducted by The Channel Company. Responses from 3,000 solution providers across North America were evaluated in this year’s survey, rating 82 vendor partners across four criteria: product innovation, support, partnership, and managed cloud services. Scores were awarded in 25 major product categories in technology areas that are critical to channel partner success. “It’s our pleasure to honor vendors that consistently deliver top-performing products and services to establish and foster successful channel partner relationships,” said Blaine Raddon, CEO, The Channel Company. “In addition to highlighting our winners, CRN’s Annual Report Card Awards provide vendors with actionable feedback and insight into their current standing with partners that can be incorporated into their channel strategies in the future. We look forward to offering our congratulations to all the award recipients at XChange 2022 in August.” Winners will be featured throughout The Channel Company’s XChange 2022 conference, taking place August 21-23 in Denver, CO. Coverage of the CRN 2022 ARC results can be found online at www.CRN.com/ARC and will be featured in the October 2022 issue of CRN Magazine. About Scale Computing Scale Computing is a leader in edge computing, virtualization, and hyperconverged solutions. Using patented HyperCore™ technology, Scale Computing Platform automatically identifies, mitigates, and corrects infrastructure problems in real-time, enabling applications to achieve maximum uptime, even when local IT resources and staff are scarce. Edge Computing is the fastest growing area of IT infrastructure, and industry analysts have named Scale Computing an outperformer and leader in the space, including being named the #1 edge computing vendor by CRN. Scale Computing’s products are sold by thousands of value-added resellers, integrators, and service providers worldwide. When ease-of-use, high availability, and TCO matter, Scale Computing Platform is the ideal infrastructure platform. About The Channel Company The Channel Company enables breakthrough IT channel performance with our dominant media, engaging events, expert consulting and education, and innovative marketing services and platforms. As the channel catalyst, we connect and empower technology suppliers, solution providers and end users. Backed by more than 30 years of unequalled channel experience, we draw from our deep knowledge to envision innovative new solutions for ever-evolving challenges in the technology marketplace.

Read More

HYPER-CONVERGED INFRASTRUCTURE

Sunlight.io launches first hyperconverged stack supporting the NVIDIA Jetson-based Lenovo ThinkEdge SE70 to make edge AI deployable at scale

Sunlight | June 30, 2022

Sunlight.io, the edge infrastructure company, today announced support for the NVIDIA Jetson™ edge AI platform, and the Lenovo SE70, with the launch of its beta program — ‘Project Rosie.’ Sunlight NexVisor is the first full hyperconverged stack to support the Arm-CPU-based NVIDIA Jetson. Sunlight NexVisor coupled with the Lenovo SE70 makes it easy to deploy AI applications anywhere at the edge. Application developers can be the first to access the technology and test their AI applications by applying here. AI is a ‘killer application’ at the edge where it is bringing real-time “insight to action” across a wide range of use cases. For example, computer vision — combining cameras, video streaming and analytics — is being implemented at drive-thrus nationwide for faster and more personalized food ordering; on manufacturing production lines to instantly identify and remove faulty items; and across smart cities to enhance population and crowd security. These sorts of AI applications need high levels of processing power with low latency and reliable networking in order to give real-time results. Enterprises want to replicate the simplicity of the hyperconverged infrastructure they enjoy in their core data centers for their edge AI applications. However, datacenter HCI isn’t able to run in the constrained environments that exist at the edge due to their large RAM and CPU overhead and lack of edge management capabilities. This makes edge deployments extremely resource intensive to manage and hard to scale. Sunlight NexVisor is the only hyperconverged stack that is able to run on both x86 and Arm architectures and with a tiny footprint suitable for constrained edge environments. It includes centralized management and application deployment capabilities. NVIDIA Jetson is the world's leading platform for AI at the edge. NVIDIA Jetson modules are small form-factor, high-performance computers containing an Arm processor and GPU. The combination of Sunlight NexVisor and the NVIDIA Jetson-powered Lenovo ThinkEdge SE70 makes it possible to run demanding edge AI applications in harsh environments that span hundreds or thousands of sites with easy single-pane-of-glass management, low TCO and tiny power and space requirements. Sunlight is a member of NVIDIA Inception, a global program designed to nurture cutting-edge startups. Scott Tease, Lenovo’s VP for HPC and AI said, "Our customers realize the advantages of edge AI and deploying solutions closer to the point of data capture to run real-time inferencing. That is why we are so excited to be partnering up with Sunlight as they support our edge portfolio to significantly improve the efficiency and economics of AI deployments for customers worldwide." “We are excited to launch this exclusive beta program for users who need to run efficient, manageable AI out where the data is generated — at the edge. “Sunlight already offers full support for the Lenovo ThinkEdge and ThinkSystem range, including the Intel-based SE30, SE50, SE350 and SE450. Together, we’ve been able to produce a truly industry-first solution by combining Sunlight’s turn-key, edge-as-a-service offering with Lenovo’s leading AI edge platform powered by NVIDIA Jetson. Sunlight was born out of a collaboration with Arm back in 2013 to build a lightweight hypervisor, and we’re seeing huge demand for the use of Arm-based servers at the edge due to their performance and power-efficiency.” Julian Chesterfield, Founder and CEO of Sunlight About Sunlight The Sunlight Edge is a reliable, secure, zero-touch and economic infrastructure that helps turn your critical edge data into real-time insight and action across your retail stores, manufacturing lines and smart cities. Sunlight makes running and managing applications and infrastructure at the edge as easy as in the cloud. Sunlight works with efficient, ruggedized edge hardware — so you can consolidate all of your in-location edge applications with full isolation, security and high availability.

Read More

HYPER-CONVERGED INFRASTRUCTURE, APPLICATION INFRASTRUCTURE

Nutanix Accelerates Kubernetes Adoption in the Enterprise

Nutanix | October 27, 2022

Nutanix , a leader in hybrid multicloud computing, today announced new features in its Cloud Platform to accelerate the adoption of Kubernetes running both at scale and cost-effectively. The company announced broad support for leading Kubernetes container platforms, built-in infrastructure as code capabilities, and enhanced data services for modern applications. These new features allow DevOps teams to accelerate application delivery with the performance, governance, and flexibility of the Nutanix Cloud Platform while allowing customers to maintain control of their IT operating costs. “Kubernetes deployments are inherently dynamic and challenging to manage at scale. “Running Kubernetes container platforms cost-effectively at large scale requires developer-ready infrastructure that seamlessly adapts to changing requirements. Our expertise in simplifying infrastructure management while optimizing resources—both on-premises and in the public cloud—is now being applied to help enterprises adopt Kubernetes more quickly. The Nutanix Cloud Platform now supports a broad choice of Kubernetes container platforms, provides integrated data services for modern applications, and enables developers to provision Infrastructure as Code.” Thomas Cornely, SVP, Product Management, Nutanix According to Gartner, by 2027, 25% of all enterprise applications will run in containers, an increase from fewer than 10% in 20211. This is a significant challenge for many given most Kubernetes solutions are not meant to support enterprise scale, even less can do so in a manner that is cost effective. The Nutanix Cloud Platform enables enterprises to run Kubernetes in a software-defined infrastructure environment that can linearly scale. Additionally, whether running Kubernetes on-premises or in the public cloud, Nutanix delivers a cost-effective solution that can help lower total cost of ownership by up to 53% when compared to other native cloud deployment solutions. New capabilities, including broad support for leading Kubernetes container platforms, built-in infrastructure as code capabilities, and enhanced data services, make Nutanix an even stronger proposition for enterprises looking to deploy Kubernetes at scale. Specifically, new enhancements include: Broad Kubernetes Ecosystem: The Nutanix Cloud Platform, with the built-in AHV hypervisor, now supports most leading Kubernetes container platforms with the addition of Amazon EKS-A. This builds on a large ecosystem including Red Hat OpenShift, SUSE Rancher, as well as Google Anthos, and Microsoft Azure Arc for edge deployments, along with the native Nutanix Kubernetes, Nutanix Kubernetes Engine (NKE). Built-In Infrastructure as Code Operating Model: Nutanix also announced an updated API family along with its SDKs in Java, JS, Go and Python, currently under development. This will enable automation at scale and consistent operations regardless of location—in the datacenter, on the public cloud, or at edge—both of key importance to enterprises. Additionally, when combined with Red Hat Ansible Certified Content or the Nutanix Terraform provider, a DevOps methodology can be brought to infrastructure through automation leveraging Infrastructure as Code. Strengthened Data Services for Modern Applications: Nutanix Cloud Platform’s web-scale architecture enables customers to start small and scale to multi-PB sized deployments as application needs grow. It is the only platform to unify delivery of integrated data services with file, object, and now adding database services on the same platform for Kubernetes-based applications. Today Nutanix launched Nutanix Database Service Operator for Kubernetes, which enables developers to quickly and easily provision and attach databases to their application stacks directly from development environments. The open source operator is available via artifacthub.io as well as by direct download at GitHub. Additionally, Nutanix Objects now supports a reference implementation of Container Object Storage Interface (COSI) for ease of orchestration and self-service provisioning. It also adds support for observability using Prometheus. Lastly, Objects is now validated with modern analytics applications including Presto, Dremio, and Vertica, along with Confluent Kafka to efficiently enable large-scale data pipelines often used in real-time streaming applications. These new features build on the Nutanix Cloud Platform’s ability to handle the dynamic demands of Kubernetes applications at scale. With the Nutanix hyperconverged infrastructure, performance and capacity scale linearly, resilience is delivered from the ground up with self-healing nodes, and persistent storage is natively integrated. Additionally, the Nutanix Cloud Platform can help deliver cost efficiencies by eliminating unused compute and storage resources. For customers looking at cloud integrations, the same Nutanix value is delivered across hybrid multicloud endpoints with full license portability across edge, datacenter, service provider, and hyperscaler points of presence. “When we decided to bring the core platform for our solutions in-house, we decided to take a modular containerized approach to give us the desired flexibility and simplify management by maintaining customization as configurations,” said Larry McClanahan, Chief Product Officer, Nymbus. “Our partnership with Red Hat and Nutanix gives us the flexibility to innovate, the speed to get to market fast, and the tremendous scalability to support ongoing growth. We’re thrilled that we can better help our customers succeed in the digital banking market with unique solutions.” "Container development platforms promise faster application development speed, but will only be deployed by organizations who can maintain compliance, day 2 operations, and cost management control at scale,” said Paul Nashawaty, Senior Analyst at ESG. “Nutanix offers a compelling path to speed the deployment of modern applications at scale and in a cost-effective manner, with full choice of Kubernetes container development environments and cloud endpoints." About Nutanix Nutanix is a global leader in cloud software and a pioneer in hyperconverged infrastructure solutions, making clouds invisible, freeing customers to focus on their business outcomes. Organizations around the world use Nutanix software to leverage a single platform to manage any app at any location for their hybrid multicloud environments.

Read More

APPLICATION INFRASTRUCTURE, IT SYSTEMS MANAGEMENT

Scale Computing Tops CRN’s 2022 Annual Report Card for Edge Computing and Converged/Hyperconverged Infrastructure

Scale Computing | August 23, 2022

Scale Computing, a market leader in edge computing, virtualization, and hyperconverged solutions, today announced that CRN®, a brand of The Channel Company, has named it a winner of the 2022 CRN Annual Report (ARC) Awards in both the Edge Computing category and the Converged/Hyperconverged Infrastructure category. This is the fourth consecutive year Scale Computing has been recognized as a CRN ARC Award winner, and the company once again swept all of the subcategories including Product Innovation, Support, Partnership, and Managed & Cloud Services in both Edge Computing and Converged/Hyperconverged Infrastructure. The company also announced a “save the date” for the 2023 Scale Computing Platform Partner Summit, February 15-16 in Las Vegas, NV. Feel free to download the dates to your Google Calendar, Outlook Calendar, or iCal. With a 37-year history, CRN’s ARC Awards recognize best-in-class vendors that are devoted to boosting IT channel growth through innovation in technology and partner strategy. Through the ARC Awards — known as one of the most prestigious honors in the IT industry — solution providers offer key feedback that commends technology manufacturers for designing channel-friendly product offerings, developing strong partner programs, and building long-term successful relationships with solution providers. “This recognition represents the ‘Voice of the Partner’ and we are very proud to be named the leader in both Edge Computing and Converged/Hyperconverged Infrastructure. “This year is particularly meaningful as vendor survey participation was mandatory, ranking us number one above all of our competition. When we founded Scale Computing, we set out to create a company that would be the best vendor our customers and partners would ever work with. Sweeping all subcategories over our competitors for years in-a-row proves we are delivering on that promise.” Jeff Ready, CEO and co-founder, Scale Computing Scale Computing Platform brings simplicity, high availability, and scalability together, replacing the existing infrastructure and running applications in a single, easy-to-manage platform. Bringing faster time to value than competing solutions, SC//Platform enables organizations to run applications in a unified environment that scales from 1 to 50,000 servers. Regardless of hardware requirements, the same innovative software and simple user interface provides the power to run infrastructure efficiently at the edge, in the distributed enterprise, and in the data center. The ARC Awards are based on an invitation-only research survey conducted by The Channel Company. Responses from 3,000 solution providers across North America were evaluated in this year’s survey, rating 82 vendor partners across four criteria: product innovation, support, partnership, and managed cloud services. Scores were awarded in 25 major product categories in technology areas that are critical to channel partner success. “It’s our pleasure to honor vendors that consistently deliver top-performing products and services to establish and foster successful channel partner relationships,” said Blaine Raddon, CEO, The Channel Company. “In addition to highlighting our winners, CRN’s Annual Report Card Awards provide vendors with actionable feedback and insight into their current standing with partners that can be incorporated into their channel strategies in the future. We look forward to offering our congratulations to all the award recipients at XChange 2022 in August.” Winners will be featured throughout The Channel Company’s XChange 2022 conference, taking place August 21-23 in Denver, CO. Coverage of the CRN 2022 ARC results can be found online at www.CRN.com/ARC and will be featured in the October 2022 issue of CRN Magazine. About Scale Computing Scale Computing is a leader in edge computing, virtualization, and hyperconverged solutions. Using patented HyperCore™ technology, Scale Computing Platform automatically identifies, mitigates, and corrects infrastructure problems in real-time, enabling applications to achieve maximum uptime, even when local IT resources and staff are scarce. Edge Computing is the fastest growing area of IT infrastructure, and industry analysts have named Scale Computing an outperformer and leader in the space, including being named the #1 edge computing vendor by CRN. Scale Computing’s products are sold by thousands of value-added resellers, integrators, and service providers worldwide. When ease-of-use, high availability, and TCO matter, Scale Computing Platform is the ideal infrastructure platform. About The Channel Company The Channel Company enables breakthrough IT channel performance with our dominant media, engaging events, expert consulting and education, and innovative marketing services and platforms. As the channel catalyst, we connect and empower technology suppliers, solution providers and end users. Backed by more than 30 years of unequalled channel experience, we draw from our deep knowledge to envision innovative new solutions for ever-evolving challenges in the technology marketplace.

Read More

HYPER-CONVERGED INFRASTRUCTURE

Sunlight.io launches first hyperconverged stack supporting the NVIDIA Jetson-based Lenovo ThinkEdge SE70 to make edge AI deployable at scale

Sunlight | June 30, 2022

Sunlight.io, the edge infrastructure company, today announced support for the NVIDIA Jetson™ edge AI platform, and the Lenovo SE70, with the launch of its beta program — ‘Project Rosie.’ Sunlight NexVisor is the first full hyperconverged stack to support the Arm-CPU-based NVIDIA Jetson. Sunlight NexVisor coupled with the Lenovo SE70 makes it easy to deploy AI applications anywhere at the edge. Application developers can be the first to access the technology and test their AI applications by applying here. AI is a ‘killer application’ at the edge where it is bringing real-time “insight to action” across a wide range of use cases. For example, computer vision — combining cameras, video streaming and analytics — is being implemented at drive-thrus nationwide for faster and more personalized food ordering; on manufacturing production lines to instantly identify and remove faulty items; and across smart cities to enhance population and crowd security. These sorts of AI applications need high levels of processing power with low latency and reliable networking in order to give real-time results. Enterprises want to replicate the simplicity of the hyperconverged infrastructure they enjoy in their core data centers for their edge AI applications. However, datacenter HCI isn’t able to run in the constrained environments that exist at the edge due to their large RAM and CPU overhead and lack of edge management capabilities. This makes edge deployments extremely resource intensive to manage and hard to scale. Sunlight NexVisor is the only hyperconverged stack that is able to run on both x86 and Arm architectures and with a tiny footprint suitable for constrained edge environments. It includes centralized management and application deployment capabilities. NVIDIA Jetson is the world's leading platform for AI at the edge. NVIDIA Jetson modules are small form-factor, high-performance computers containing an Arm processor and GPU. The combination of Sunlight NexVisor and the NVIDIA Jetson-powered Lenovo ThinkEdge SE70 makes it possible to run demanding edge AI applications in harsh environments that span hundreds or thousands of sites with easy single-pane-of-glass management, low TCO and tiny power and space requirements. Sunlight is a member of NVIDIA Inception, a global program designed to nurture cutting-edge startups. Scott Tease, Lenovo’s VP for HPC and AI said, "Our customers realize the advantages of edge AI and deploying solutions closer to the point of data capture to run real-time inferencing. That is why we are so excited to be partnering up with Sunlight as they support our edge portfolio to significantly improve the efficiency and economics of AI deployments for customers worldwide." “We are excited to launch this exclusive beta program for users who need to run efficient, manageable AI out where the data is generated — at the edge. “Sunlight already offers full support for the Lenovo ThinkEdge and ThinkSystem range, including the Intel-based SE30, SE50, SE350 and SE450. Together, we’ve been able to produce a truly industry-first solution by combining Sunlight’s turn-key, edge-as-a-service offering with Lenovo’s leading AI edge platform powered by NVIDIA Jetson. Sunlight was born out of a collaboration with Arm back in 2013 to build a lightweight hypervisor, and we’re seeing huge demand for the use of Arm-based servers at the edge due to their performance and power-efficiency.” Julian Chesterfield, Founder and CEO of Sunlight About Sunlight The Sunlight Edge is a reliable, secure, zero-touch and economic infrastructure that helps turn your critical edge data into real-time insight and action across your retail stores, manufacturing lines and smart cities. Sunlight makes running and managing applications and infrastructure at the edge as easy as in the cloud. Sunlight works with efficient, ruggedized edge hardware — so you can consolidate all of your in-location edge applications with full isolation, security and high availability.

Read More

Events